diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-11 18:27:19 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-11 18:27:19 +0100 |
commit | ea3818413bc99886df66f37a098a69192120b022 (patch) | |
tree | 9f877277494f5510fc186e2b470d93aef6ba3166 /.config/ranger | |
parent | 857f5db03891461da3b9c682531aacd197f4dd82 (diff) |
Switched to River
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 |