mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Enable variable override using /etc/sway/config-vars.d/
This commit is contained in:
parent
13a67da614
commit
88da1f76f6
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ set $term alacritty
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||||
|
|
||||||
|
#### Variable override
|
||||||
|
#
|
||||||
|
# Files in this directory can be used to override variables
|
||||||
|
include /etc/sway/config-vars.d/*
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue