diff options
| author | Craig Jennings <c@cjennings.net> | 2025-12-01 06:02:12 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-12-01 06:02:12 -0600 |
| commit | 0601d390a7c4a85b88aba8bb938f6113fb425e75 (patch) | |
| tree | 5b36ebae97510c7cd443833cc8aa0fddd7dabc7b /dotfiles/system/.config/ranger/rc.conf | |
| parent | 590aa0281b500e1ae7f9b202ece0a5bbaee72115 (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/.config/ranger/rc.conf')
| -rw-r--r-- | dotfiles/system/.config/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/system/.config/ranger/rc.conf b/dotfiles/system/.config/ranger/rc.conf index 9da29f7..89d09ff 100644 --- a/dotfiles/system/.config/ranger/rc.conf +++ b/dotfiles/system/.config/ranger/rc.conf @@ -779,8 +779,8 @@ map owg shell gimp %s map owz shell zathura %s ### MISC ACTIONS -# set background wallpaper using nitrogen -map bg shell nitrogen --save --set-zoom-fill %s >> /dev/null 2>&1 && notify-send "ranger" "wallpaper updated" +# set background wallpaper using feh +map bg shell feh --bg-fill %s && notify-send "ranger" "wallpaper updated" # delete map dx shell rm -f %s |
