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/lf/lfrc | |
| 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/lf/lfrc')
| -rw-r--r-- | dotfiles/system/.config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/system/.config/lf/lfrc b/dotfiles/system/.config/lf/lfrc index 93b1ff3..50f5af9 100644 --- a/dotfiles/system/.config/lf/lfrc +++ b/dotfiles/system/.config/lf/lfrc @@ -69,7 +69,7 @@ map <f-5> push :source<space>~/.config/lf/lfrc<enter> ########################################################################## # SET WALLPAPER BACKGROUND -map bg $nitrogen --save --set-zoom-fill "$f" +map bg $feh --bg-fill "$f" # ROTATE IMAGE 90 degrees clockwise map 90 mogrify -rotate 90 "$f" |
