summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d/display.sh
AgeCommit message (Collapse)Author
40 hoursrefactor(shell): reorganize shell config for proper separationCraig 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>
40 hoursfeat(themes): add Qt theming and font packagesCraig 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-11display settings changesCraig Jennings
XDG_CURRENT_DESKTOP=GNOME QT_QPA_PLATFORMTHEME=qt6ct QT_SCALE_FACTOR=1 (moving back from .8)
2025-06-09changing scale from 1 to .8 for QT applicationsCraig Jennings
2025-06-03fix dark theme; disallow vt switch & xorg zap; remove gdmCraig Jennings
2025-06-01adding qt scale factor to system wide profileCraig Jennings
2025-05-21moving arch dotfiles into archsetupCraig Jennings