From ced9f131a3922604c6bcb11c68871189a1b0eecc Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 19 Feb 2024 21:13:43 +0000 Subject: Changed the way the BG keybind works --- .config/lf/lfrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3