diff options
Diffstat (limited to '.config/ranger')
-rwxr-xr-x | .config/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index e49d5b5..b69e756 100755 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -764,5 +764,5 @@ copytmap <ESC> q Q w <C-c> default_linemode devicons2 # Map wp to set selected image as the wallpaper -# map wp shell cp -f %s ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & -map wp shell cp -f %s ~/.cache/wallpaper && qtile cmd-obj -o cmd -f reload_config +map wp shell cp -f %s ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & +# map wp shell cp -f %s ~/.cache/wallpaper && qtile cmd-obj -o cmd -f reload_config |