aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/system/.config
Commit message (Collapse)AuthorAgeFilesLines
* refactor(dotfiles): rename system/ to common/ and remove unused configsCraig Jennings2026-01-26164-36354/+0
| | | | | | | | | | | | | | | | | | | | | Rename dotfiles/system to dotfiles/common for clarity - indicates shared dotfiles used across all desktop environments (DWM, Hyprland). Removed config directories for uninstalled applications: - ghostty (using different terminal) - lf (using ranger instead) - mopidy (using mpd instead) - nitrogen (X11-only, obsolete for Wayland) - pychess (not installed) - JetBrains (not installed via archsetup) - youtube-dl (using yt-dlp with different config location) Kept audacious config for potential future use. Updated all references in archsetup, CLAUDE.md, todo.org, and validation.sh. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* chore: update config files and todoCraig Jennings2026-01-262-2/+3
| | | | Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(themes): add Qt theming and font packagesCraig Jennings2026-01-261-0/+29
| | | | | | | | | | | | - Configure Qt5/Qt6 to use Adwaita-Dark style via adwaita-qt - Add qt6ct.conf with matching settings to qt5ct - Set QT_STYLE_OVERRIDE for consistent dark theme - Add XCURSOR_THEME to hyprland.conf - Update pinentry-dmenu to use BerkeleyMono Nerd Font - Add font packages to archsetup: cantarell-fonts, ttf-caladea, ttf-carlito, ttf-croscore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(hyprland): prune app menu and switch to Nautilus file managerCraig Jennings2026-01-263-154/+1
| | | | | | | | | | | | | - Add 90 desktop file overrides (NoDisplay=true) to hide unwanted apps - Switch file manager from Thunar to Nautilus in hyprland.conf and sxhkdrc - Update resetmimetypes script to use Nautilus for directories - Remove Thunar config (accels.scm, uca.xml) - Remove unused torrent.desktop - Add hyprland.sh profile with Wayland environment overrides - Rename calibre-ebook-viewer to "Calibre E-book Viewer" in menu - Update gammastep to gammastep-indicator for tray control Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(feh): add equal key binding for zoom inCraig Jennings2026-01-261-1/+1
| | | | Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(feh): add +/- zoom key bindingsCraig Jennings2026-01-261-0/+6
| | | | | Add feh keys config with plus/minus for zoom in/out alongside existing Up/Down and keypad bindings.
* feat(themes): apply Dupre theme to Hyprland dotfilesCraig Jennings2026-01-261-146/+17
| | | | | | Update foot, hyprlock, waybar, Xresources, and dunst configs with warm earthy colors from dupre-theme.el. Standardize on BerkeleyMono font across terminal configs.
* fix(testing): remove obsolete --skip-slow-packages optionCraig Jennings2026-01-24164-0/+36600
This flag was removed from archsetup but remained in test scripts.