Duplicate sericea configs into hyprland
This commit is contained in:
21
hyprland/.config/sway/config
Normal file
21
hyprland/.config/sway/config
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# 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"
|
Reference in New Issue
Block a user