| Age | Commit message (Collapse) | Author |
|
- Enhanced MPD config with 16 MB buffer and 30s curl timeout
- Discovered buffer_before_play is deprecated in MPD 0.24.6
- Installed Mopidy with mopidy-mpd extension for MPD protocol compatibility
- Configured Mopidy with 15-second GStreamer buffer for smooth radio streaming
- Analyzed network quality: baroque sonatas radio has 40ms jitter from Germany
MPD limitations:
- No pre-buffer control for streams (buffer_before_play deprecated)
- Fixed 512 KB curl buffer (not configurable)
- No replacement for pre-buffering functionality
Mopidy configuration:
- buffer_time: 15000ms (15 seconds)
- stream timeout: 30000ms
- MPD protocol on port 6600 (existing clients work)
- HTTP interface on port 6680
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Add separate channels for Inbox, Sent, Trash, Archive, Starred, and
Spam. Enable `Create`, `CopyArrivalDate`, `Sync All`, and
`SyncState` options for each channel. Group channels into 'cmail'
for organized synchronization. Drafts and All Mail omitted due to
ProtonBridge sync errors; accessible via IMAP if needed.
|
|
Add settings for SSH support, prolonged passphrase caching, and
display preservation. Improve versatility and reliability of
gpg-agent.
|
|
Replace default Ghostty template with custom configuration:
- Berkeley Mono font (size 12) with stylistic sets
- Colors matching st terminal (gray90 on black, pure ANSI colors)
- 0.8 background opacity for transparency
- Hide titlebar (gtk-titlebar = false) while keeping window decorations
- Block cursor style matching st
- Shift+enter keybinding
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Add two new utility scripts to dotfiles:
- clobberall: repeatedly kills all processes with given name
- reset-auth: resets GPG and SSH authentication agents
Both scripts follow existing conventions with proper headers,
usage help, and executable permissions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
Add zoxide installation and configuration to archsetup:
- Install zoxide via pacman in Developer Workstation section
- Create .profile.d/zoxide.sh with zsh initialization
- Alias cd to z for smart directory jumping based on usage patterns
This enables automatic directory navigation learning across all fresh
Arch installs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
|
|
|
Refreshed .authinfo.gpg with latest credentials. No content details
displayed due to encryption.
|
|
Configure SSH to set LogLevel to ERROR for the cjennings.net host,
enhancing security by reducing log verbosity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- select installed package to downgrade via fzf
- hands off to sudo downgrade
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add environment variable file for PATH including custom script locations
- Add user systemd service for Emacs daemon with restart on failure
- Add geoclue-agent systemd service for redshift location hints
- Add environment override for xdg-desktop-portal-gtk service (DISPLAY, XAUTHORITY)
- Update .profile to use emacsclient for EDITOR and VISUAL
- Comment out auto-startx on tty1
|
|
Add GitHub username to git config and swap default/alternate browser
assignments. Also reorder startup script to launch emacs daemon
before xautolock.
|
|
|
|
|
|
- Detect Arch Linux and ensure required build/runtime packages
(auto-install via passwordless sudo; guides otherwise)
- Improve error handling and logging with log tail on failures
- Default to WITH_PGTK=0 and use --with-x-toolkit=gtk3
- Change default LOG_DIR to $HOME
- Simplify symlink creation in ~/.local/bin
- After install, print Emacs version and configured features
|
|
|
|
|
|
should allow Emacs to request loopback pinentry
should NOT overwrite other system/default pinentries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|