| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 26 hours | refactor(shell): reorganize shell config for proper separation | Craig Jennings | |
| Restructure shell configuration to follow standard conventions: - .profile: Environment variables only (POSIX compatible) - .bash_profile: NEW - sources .profile and .bashrc for login shells - .bashrc: Bash-specific settings, sources .bashrc.d/ - .zshrc: Zsh-specific settings, sources .zshrc.d/ New modular directories: - .bashrc.d/: aliases, emacs, fzf, git, media, utilities - .zshrc.d/: same as bashrc.d plus arch-downgrade (zsh-only) - .profile.d/: reduced to env-only files (display, framework, auto-tmux) Fixes: - Remove duplicate .profile sourcing in .bashrc - Remove broken XDG_CURRENT_DESKTOP=GNOME line from display.sh - Move aliases/functions from .profile to appropriate .d/ directories - Shell-specific init (zoxide, fzf) now in .bashrc/.zshrc directly - FreeBSD bindkey fix now in .zshrc directly Also adds CLAUDE.md session context file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 27 hours | feat(themes): add Qt theming and font packages | Craig Jennings | |
| - 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> | |||
| 2025-06-11 | display settings changes | Craig Jennings | |
| XDG_CURRENT_DESKTOP=GNOME QT_QPA_PLATFORMTHEME=qt6ct QT_SCALE_FACTOR=1 (moving back from .8) | |||
| 2025-06-09 | changing scale from 1 to .8 for QT applications | Craig Jennings | |
| 2025-06-03 | fix dark theme; disallow vt switch & xorg zap; remove gdm | Craig Jennings | |
| 2025-06-01 | adding qt scale factor to system wide profile | Craig Jennings | |
| 2025-05-21 | moving arch dotfiles into archsetup | Craig Jennings | |
