set mod key at top of config

This commit is contained in:
TheWanderingCrow 2025-02-03 09:02:43 -05:00
parent 93add4f7f6
commit 543405aca0

View file

@ -1,3 +1,4 @@
set $mod Mod4
###########################
### Systemd Integration ###
###########################
@ -54,8 +55,6 @@ bindsym $mod+Shift+z exec $lock
### KEYBINDINGS ###
###################
set $mod Mod4
bindsym $mod+Return exec $term
bindsym $mod+Shift+q kill
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'