Add sway shortcuts

This commit is contained in:
Alexander Wainwright
2026-01-20 09:46:19 +10:00
parent 5a5533f97b
commit dad4b8c04d

View File

@@ -154,8 +154,10 @@ in
keybindings = let
modifier = "Mod4";
in lib.mkOptionDefault {
"${modifier}+Return" = "exec wezterm";
"${modifier}+d" = "exec fuzzel";
"${modifier}+Return" = "exec wezterm";
"${modifier}+d" = "exec fuzzel";
"${modifier}+space" = "floating toggle";
"${modifier}+t" = "sticky toggle";
"${modifier}+Shift+q" = "kill";
"${modifier}+Shift+c" = "reload";
"${modifier}+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'";