sway: Add sticky toggle shortcut
This commit is contained in:
parent
2e14b708db
commit
bba9b05777
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ in
|
||||||
|
|
||||||
"${mod}+Shift+space" = "floating toggle";
|
"${mod}+Shift+space" = "floating toggle";
|
||||||
"${mod}+space" = "focus mode_toggle";
|
"${mod}+space" = "focus mode_toggle";
|
||||||
|
"${mod}+Shift+k" = "sticky toggle";
|
||||||
|
|
||||||
"${mod}+1" = "workspace number 1";
|
"${mod}+1" = "workspace number 1";
|
||||||
"${mod}+2" = "workspace number 2";
|
"${mod}+2" = "workspace number 2";
|
||||||
|
|
Loading…
Reference in a new issue