diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-12-24 19:00:43 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-12-24 19:00:43 +0000 |
commit | 86d3edaf6cc8c89fed98686435db76bf5c9826c8 (patch) | |
tree | 88dab48b1d215e7ff93f227aed811ff00f6b650a /.config/lf | |
parent | f2405529d363b9bd0c1c02df3879f7d5e0e18137 (diff) |
Changed keybing bd to work with River
Diffstat (limited to '.config/lf')
-rw-r--r-- | .config/lf/lfrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index c9e670c..be63208 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -52,8 +52,8 @@ cmd open ${{ }} cmd setwallpaper ${{ - #cp -f "$f" ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & - cp -f "$f" ~/.cache/wallpaper && qtile cmd-obj -o cmd -f reload_config + cp -f "$f" ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i ~/.cache/wallpaper > /dev/null 2>&1 & + # cp -f "$f" ~/.cache/wallpaper && qtile cmd-obj -o cmd -f reload_config }} # Key Mappings |