2021-02-05 09:09:36 -06:00
#
# Salt's Sway configuration file
2024-04-17 01:35:18 -05:00
#
# 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
2021-02-05 09:09:36 -06:00
#
2024-04-17 01:27:21 -05:00
## CONFIGS
2024-02-12 18:34:26 -06:00
set $term foot
2021-02-05 09:09:36 -06:00
# Set modifiers
set $mod Mod1
set $sup Mod4
set $ctl Ctrl
set $shift Shift
2024-02-12 18:47:42 -06:00
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")'
2024-02-15 02:35:09 -06:00
include "${XDG_CONFIG_HOME:-$HOME/.config}/sway/machine.d/$HOSTNAME.conf"