aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/share
Commit message (Collapse)AuthorAgeFilesLines
* refactor(dotfiles): rename system/ to common/ and remove unused configsCraig Jennings2026-01-26158-703650/+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>
* feat(hyprland): prune app menu and switch to Nautilus file managerCraig Jennings2026-01-261-4/+0
| | | | | | | | | | | | | - 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(dotfiles): add Berkeley Mono Nerd Font and update waybarCraig Jennings2026-01-254-0/+0
| | | | | Add patched Berkeley Mono Nerd Font files with icon glyphs. Update waybar style.css to use BerkeleyMono Nerd Font.
* fix(testing): remove obsolete --skip-slow-packages optionCraig Jennings2026-01-24155-0/+703654
This flag was removed from archsetup but remained in test scripts.