at master 705 B view raw
1diff --git a/config.in b/config.in 2index 08703bef..f3872730 100644 3--- a/config.in 4+++ b/config.in 5@@ -22,8 +22,8 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec -- 6 7 ### Output configuration 8 # 9-# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/) 10-output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 11+# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/) 12+output * bg /run/current-system/sw/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 13 # 14 # Example configuration: 15 # 16@@ -214,4 +214,4 @@ bar { 17 } 18 } 19 20-include @sysconfdir@/sway/config.d/* 21+include /etc/sway/config.d/*