diff options
Diffstat (limited to 'dotfiles/system/.config')
| -rw-r--r-- | dotfiles/system/.config/lf/lfrc | 2 | ||||
| -rw-r--r-- | dotfiles/system/.config/ranger/rc.conf | 4 |
2 files changed, 3 insertions, 3 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" 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 |
