diff options
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 |