summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
26 hourschore(calibre): update calibre config stateCraig Jennings
26 hoursfix(hyprland): fix focus behavior for swaps and new windowsCraig Jennings
Enable cursor warping on focus change (no_warps=false) so swap-with-master moves cursor to master. Enable float_switch_override_focus so new tiled windows get focus when launched from floating scratchpads.
44 hoursfix(waybar): reduce spacing between months in date tooltipCraig Jennings
45 hoursfeat(waybar): add day abbreviation to world clock tooltipCraig Jennings
45 hoursfeat(archsetup): add VLC plugin packages, process inboxCraig Jennings
2 daysfeat(hyprland): enable numlock on startupCraig Jennings
2 daysfeat(hyprland): add pyprland config and toggle-scratchpad to stowCraig Jennings
Scratchpads set to 50% width (music at 60%). Adds toggle-scratchpad utility for waybar click handling.
2 daysfeat(dotfiles): add coderman and ucb-lambda images to stowCraig Jennings
3 daysfeat(archsetup): add ditaa package, process inboxCraig Jennings
Add ditaa to Emacs Dependencies for org-babel diagram support. File waybar date/worldclock inbox item to assets/outbox.
3 daysfeat(waybar): split clock into date + world clock modulesCraig Jennings
Replace single clock module with custom/date (calendar tooltip) and custom/worldclock (multi-timezone tooltip from worldclock.conf). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 daysfeat(aix): sort windows on every attach, add --attach flagCraig Jennings
Sort windows (shells at 0, projects alphabetically from 1) on every session access including --attach. Move --attach check after function definitions so sort_windows is available.
3 daysrefactor(aix): extract helper functions, remove duplicationCraig Jennings
Extract attach_session, create_window, read_selections, and build_candidates functions. Remove unused variable. Simplify new-session window ID capture.
3 daysfeat(aix): sort windows alphabetically, shells last, start from 1Craig Jennings
Windows are reordered after creation and when adding to an existing session. Shell windows (bash/zsh) sort to the end. Window numbering starts at 1. Focus lands on the first selected window.
3 daysfeat(aix): add windows to existing session, fix special char handlingCraig Jennings
Allow calling aix from within the ai tmux session to add new project windows. Already-open projects are filtered from the selection list. Use tmux window IDs instead of names to fix errors with dots in directory names (e.g. chime.el).
3 daysfeat(waybar): SVG workspace circles, improved arch logo, remove mod+0Craig Jennings
Replace per-workspace SVG mapping with hybrid approach: two circle SVGs (active gold, inactive dark) as background-image with text overlay for workspace numbers. Update arch-logo.svg with padded/crisp variant. Remove sysmonitor margin to fix bar height inflation. Remove mod+0 binding to restrict workspaces to 1-9. Sync dupre theme files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 daysfeat(waybar): add menu module with Arch logo and circular workspace indicatorsCraig Jennings
Add custom/menu module at far left of bar with Arch logo SVG background. Left-click opens fuzzel, right-click opens wlogout. Workspace buttons now use pixel-sized circles (34x32px with border-radius: 50%) instead of pill shapes. Both dupre and hudson theme CSS files synced with new sizing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 dayschore(dotfiles): update calibre viewer window geometry and recentsCraig Jennings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 daysfeat(archsetup): add gaming section with Steam and performance toolsCraig Jennings
Adds dedicated gaming() step with lib32 graphics, gamemode, mangohud, and Steam. Enables gamemoded service for CPU/GPU performance tuning. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 daysfeat(hyprland): add scratchpad refocus on window closeCraig Jennings
IPC listener detects closewindow events and refocuses the visible scratchpad (special workspace) instead of falling to a regular window.
4 daysfeat(dotfiles): manage calibre via directory symlink, add ncmpcpp bindingsCraig Jennings
Calibre does atomic writes that break individual stow symlinks. Exclude calibre from stow and use a directory symlink instead. Add ncmpcpp keybindings for space/pause, arrow seek, playlist add, visualization.
5 daysfeat(archsetup): add zoom, webcam tools, and BRIO udev ruleCraig Jennings
Add zoom (AUR), cameractrls, v4l-utils to archsetup. Add Logitech BRIO udev rule for auto-applying camera settings on connect. Adopt logitech-brio-settings.sh into dotfiles. Remove flatpak (no longer used). Update wallpaper config.
5 daysfeat(archsetup): add slack with Wayland/DWM conditionalCraig Jennings
Add slack-desktop-wayland for Hyprland, slack-desktop for DWM. Update Claude startup prompts, fix Hyprland portal/waybar startup order, add signal-desktop Wayland .desktop override.
6 daysfeat(common): add aix script for fzf-based Claude Code tmux launcherCraig Jennings
Provides flexible alternative to ai-assistants: multi-select project directories via fzf, then open each in a tmux window running Claude. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 daysfeat(archsetup): add ffmpeg-audio-thumbnailer for nautilus FLAC thumbnailsCraig Jennings
Enables album art display for FLAC files in Nautilus grid view.
7 daysfeat(archsetup): add package-inventory script and reconcile packagesCraig Jennings
Add package-inventory script that compares archsetup-declared packages against the live system. Fix awk for-loop parser and dependency filtering. Add 10 missing packages to archsetup (hyprpaper, wev, socat, sshpass, flatpak, solaar, ttf-dejavu, atomicparsley, freetube, tidal-dl-ng). Fix pipx_install function name bug. Change Hyprland follow_mouse to 0 to fix swap focus issue.
7 daysfix(hyprland): fix new window focus with no_warps enabledCraig Jennings
follow_mouse=2 (loose), float_switch_override_focus=0, and mouse_refocus=false prevent focus snap-back when cursor:no_warps is true.
7 dayschore(todo): add monocle layout task and update qalculate historyCraig Jennings
7 daysfeat(hyprland): waybar scratchpad toggles, remove hy3, fix cursor warpCraig Jennings
Waybar modules now toggle pyprland scratchpads on click: sysmonitor group opens btop, netspeed opens nmtui, pulseaudio opens pulsemixer. Consolidated pyprland config to canonical ~/.config/pypr/config.toml. Removed hy3 plugin from all configs and scripts (disabled since crash). Added $mod+N for network scratchpad. Set cursor:no_warps to prevent cursor jumping to window center on focus change.
7 daysfeat(themes): apply hudson theme across configsCraig Jennings
Theme configs updated by set-theme: dunst, foot, fuzzel, hyprlock, waybar CSS.
9 dayschore(assets): archive processed inbox itemsCraig Jennings
9 dayschore(waypaper): update default wallpaperCraig Jennings
9 daysfeat(archsetup): add obs-studio for screen recordingCraig Jennings
9 daysfeat(dotfiles): add GPG symmetric encryption scriptsCraig Jennings
encryptfile: encrypt file with AES256, prompt to delete original decryptfile: decrypt to clipboard (wl-copy for Wayland, xclip for X11)
11 dayschore(todo): mark completed tasks from session reviewCraig Jennings
- Mark DONE: set-theme overwriting, plugin notifications, FZF verification - Mark DONE: testing infrastructure (VM-based, 90 validation functions) - Mark DONE: disk encryption, UFW firewall (handled in archangel) - Mark DONE: SSH and Proton Mail Bridge verification - Cancel: hy3 tab bar theming (plugin disabled due to crashes) - Add: Chrome theme with dupre colors [#C] - Reschedule: linux-lts check to 2026-02-23 (+3w) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 dayschore(calibre): adopt current GUI stateCraig Jennings
Window dimensions and JSON key ordering from runtime
11 daysfeat(archsetup): add languagetool for Emacs grammar checkingCraig Jennings
Integrates with Flycheck for real-time grammar/style checking
11 daysfix(hyprland): remove duplicate fuzzel keybindingCraig Jennings
$mod+P removed; fuzzel already bound elsewhere
11 daysfix(pyprland): move config to new standard locationCraig Jennings
~/.config/pypr/config.toml replaces ~/.config/hypr/pyprland.toml
11 daysfix(yt-dlp): enable remote components for YouTube JS challengesCraig Jennings
11 daysfeat(archsetup): add file-roller packageCraig Jennings
11 daysfeat(dotfiles): add resetmimetypes scriptCraig Jennings
Configures default applications for file types via xdg-mime.
11 daysfeat(dotfiles): add notify notification systemCraig Jennings
Script with type-specific icons and sounds for success, fail, alert, question, alarm, info, security, and bug notifications.
12 daysfeat(hyprland): install plugins on first login via setup scriptCraig Jennings
hyprpm requires running Hyprland to determine version for plugin compilation. Move plugin installation from archsetup to a first-login script (hyprland-plugins-setup) that runs via exec-once. Script checks if plugins are already installed and skips if so. Update validation to check for setup script presence instead of enabled plugins.
12 daysfix(archsetup): create gnome-keyring default fileCraig Jennings
Set default keyring to 'login' by creating the default file during setup. This enables auto-unlock without password prompts when used with autologin.
12 daysfix(hyprland): remove set-theme from startup, sync theme filesCraig Jennings
set-theme was running on every Hyprland startup, overwriting stow symlinks with theme file contents. This caused config changes to revert on login. Removed exec-once call - theme switching is now manual only ($mod+Y). Synced waybar.css theme file to match current config (pulseaudio module, idle_inhibitor styling).
12 daysfix(hyprland): dismiss plugin notifications on startupCraig Jennings
Add hyprctl dismissnotify after hyprpm update to clear hardcoded plugin initialization messages. Also document set-theme and plugin notification issues in todo.org.
12 daysfeat(foot): increase default font size to 14Craig Jennings
12 daysdocs(todo): update wallpaper note to reflect swww choiceCraig Jennings
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 dayschore: remove yazi, update file manager notesCraig Jennings
- Remove yazi, lazygit, ouch from archsetup (theming issues) - Update ranger comment to note X11/ueberzug dependency - Update todo with yazi trial notes, lower priority Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 daysfix(dotfiles): prioritize user bin in PATH, add libvterm, remove hyprpaperCraig Jennings
- .profile: Move ~/.local/bin to start of PATH so user scripts take precedence - archsetup: Add libvterm for Emacs vterm package - archsetup: Remove unused hyprpaper (using swww instead)