summaryrefslogtreecommitdiff
path: root/dotfiles/system/.xinitrc
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-12-01 06:02:12 -0600
committerCraig Jennings <c@cjennings.net>2025-12-01 06:02:12 -0600
commit0601d390a7c4a85b88aba8bb938f6113fb425e75 (patch)
tree5b36ebae97510c7cd443833cc8aa0fddd7dabc7b /dotfiles/system/.xinitrc
parent590aa0281b500e1ae7f9b202ece0a5bbaee72115 (diff)
feat(wallpaper): replace nitrogen with feh
nitrogen was removed from Arch repos. Migrate to feh: - Add feh to archsetup pacman installs - Update .xinitrc, lf, ranger, and monitor script - feh auto-creates ~/.fehbg for wallpaper restore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.xinitrc')
-rwxr-xr-xdotfiles/system/.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/system/.xinitrc b/dotfiles/system/.xinitrc
index d61c48f..65f7897 100755
--- a/dotfiles/system/.xinitrc
+++ b/dotfiles/system/.xinitrc
@@ -54,7 +54,7 @@ setxkbmap -option ctrl:nocaps
xautolock -time 5 -locker slock &
# picom &
sxhkd &
-nitrogen --restore &
+[ -f ~/.fehbg ] && ~/.fehbg &
nm-applet &
blueman-applet &
caffeine &