diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 19:14:53 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 19:14:53 +0100 |
commit | 345b5fd5933fdbad8edf437a8dd53c624351754b (patch) | |
tree | 3afa0e991f4df91fcce7e6bdcdf71f16f74e9864 /.config/lf | |
parent | 7a870a54e8674ae43ab27bc8fc8a6451184a8876 (diff) |
Updated daily back to Qtile Wayland
Diffstat (limited to '.config/lf')
-rw-r--r-- | .config/lf/lfrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 8fda791..32f8409 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -52,7 +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; 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 |