diff --git a/modules/users/crow/configs/sway/sway.conf b/modules/users/crow/configs/sway/sway.conf index 724f9fa..68593a7 100644 --- a/modules/users/crow/configs/sway/sway.conf +++ b/modules/users/crow/configs/sway/sway.conf @@ -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'