aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-11-27 13:28:37 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-11-27 13:28:37 +0000
commit65b8b1a7f98c4bb26f14ce9a788a66ddcf454fa8 (patch)
tree675cc997b5a903a49718703c862471e611900403
parent127fda6264f82df78f298db03d84952b3cd844eb (diff)
Fixes to the set wallpaper function.
-rw-r--r--.config/lf/lfrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index ac79bf5..91b0398 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -52,7 +52,7 @@ 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 &
+ echo "$f" > ~/.cache/wallpaper; pkill swaybg > /dev/null 2>&1; nohup swaybg -m fill -i "$f" > /dev/null 2>&1 &
}}
# Key Mappings