Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / sw / sway-unwrapped / sway-config-nixos-paths.patch
blobbbb0f722b8bc215a626db369c52dad2a800d0130
1 diff --git a/config.in b/config.in
2 index 08703bef..f3872730 100644
3 --- a/config.in
4 +++ b/config.in
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/*