diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-19 21:13:43 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-19 21:13:43 +0000 |
commit | ced9f131a3922604c6bcb11c68871189a1b0eecc (patch) | |
tree | 332c36faf40367f180ea51d29e3564435792c7d8 /.config | |
parent | ba67c48cd2230a3c7817f2a78e7f2fa41eb50bb0 (diff) |
Changed the way the BG keybind works
Diffstat (limited to '.config')
-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 be63208..6aa3f19 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -52,8 +52,9 @@ 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 + cp -f "$f" ~/.cache/wallpaper; sh ~/.config/hypr/scripts/wallpaper.sh > /dev/null 2>&1 & }} # Key Mappings |