feat(sway): add keybind to toggle focusing floating windows
This commit is contained in:
parent
7132d43beb
commit
da451f3f67
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ in {
|
|||
"${mod}+f" = "fullscreen";
|
||||
|
||||
"${mod}+Shift+space" = "floating toggle";
|
||||
"${mod}+space" = "focus mode_toggle";
|
||||
|
||||
"${mod}+Shift+minus" = "move scratchpad";
|
||||
"${mod}+minus" = "scratchpad show";
|
||||
|
|
Loading…
Reference in a new issue