1 diff --git a/config.in b/config.in
2 index 08703bef..f3872730 100644
5 @@ -22,8 +22,8 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
7 ### Output configuration
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
14 # Example configuration:
16 @@ -214,4 +214,4 @@ bar {
20 -include @sysconfdir@/sway/config.d/*
21 +include /etc/sway/config.d/*