22 lines
619 B
Plaintext
22 lines
619 B
Plaintext
#
|
|
# Salt's Sway configuration file
|
|
#
|
|
# NOTE
|
|
# Any further configuration that isn't just declaring a global should be
|
|
# done via the creation of a file in config.d.
|
|
#
|
|
# Note that you can also override system-provided configs by making an
|
|
# identically-named file in config.d
|
|
#
|
|
|
|
## CONFIGS
|
|
set $term foot
|
|
# Set modifiers
|
|
set $mod Mod1
|
|
set $sup Mod4
|
|
set $ctl Ctrl
|
|
set $shift Shift
|
|
|
|
include '$(/usr/libexec/sway/layered-include "/usr/share/sway/config.d/*.conf" "/etc/sway/config.d/*.conf" "${XDG_CONFIG_HOME:-$HOME/.config}/sway/config.d/*.conf")'
|
|
include "${XDG_CONFIG_HOME:-$HOME/.config}/sway/machine.d/$HOSTNAME.conf"
|