sway: use unprocessed upstream config
This commit is contained in:
parent
916460d713
commit
f6a6ff63f9
1 changed files with 3 additions and 3 deletions
|
|
@ -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/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue