commit 77f6a99bcfc8da4f316baac55d94142856eea86a
parent e69a8b6780aac8d96d9d4bde30b3a957a7f25813
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 8 Sep 2021 15:19:27 -0700
sway: Use a symlink to desktop background
Instead of hardcoding the path to a desktop picture, always load from
~/Pictures/Desktops/current.png.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -64,7 +64,7 @@ exec swayidle -w \
# You can get the names of your outputs by running: swaymsg -t get_outputs
# Default wallpaper (more resolutions in /usr/share/backgrounds/sway/).
-output * bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
+output * bg ~/Pictures/Desktops/current.png fill
############################################################