Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
22 lines
705 B
Diff
22 lines
705 B
Diff
diff --git a/config.in b/config.in
|
|
index 08703bef..f3872730 100644
|
|
--- a/config.in
|
|
+++ b/config.in
|
|
@@ -22,8 +22,8 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
|
|
|
### Output configuration
|
|
#
|
|
-# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
|
|
-output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
+# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/)
|
|
+output * bg /run/current-system/sw/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
#
|
|
# Example configuration:
|
|
#
|
|
@@ -214,4 +214,4 @@ bar {
|
|
}
|
|
}
|
|
|
|
-include @sysconfdir@/sway/config.d/*
|
|
+include /etc/sway/config.d/*
|