From 4573a585ae822e48c4e69e552b2c377fe0498029 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 1 Nov 2024 22:19:57 +0000 Subject: Set sway wallpaper from cache --- dot-config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/sway/config b/dot-config/sway/config index 5bcb5db..d18c585 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -41,7 +41,7 @@ input "type:keyboard" { } # Output -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ~/.cache/wallpaper fill output eDP-1 { resolution 1920x1080@60Hz scale 1.5 -- cgit