sway: use unprocessed upstream config

This commit is contained in:
Aleksei Bavshin 2022-12-11 18:44:55 -08:00
commit f6a6ff63f9
No known key found for this signature in database
GPG key ID: 4F071603387A382A

View file

@ -22,8 +22,8 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
#
# Example configuration:
#
@ -214,4 +214,4 @@ bar {
}
}
include /etc/sway/config.d/*
include @sysconfdir@/sway/config.d/*