Add sway shortcuts
This commit is contained in:
parent
5a5533f97b
commit
dad4b8c04d
1 changed files with 4 additions and 2 deletions
|
|
@ -156,6 +156,8 @@ in
|
|||
in lib.mkOptionDefault {
|
||||
"${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'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue