feat(sway): add keybind to toggle focusing floating windows

This commit is contained in:
buffet 2024-02-06 17:22:18 +01:00
parent 7132d43beb
commit da451f3f67

View file

@ -72,6 +72,7 @@ in {
"${mod}+f" = "fullscreen"; "${mod}+f" = "fullscreen";
"${mod}+Shift+space" = "floating toggle"; "${mod}+Shift+space" = "floating toggle";
"${mod}+space" = "focus mode_toggle";
"${mod}+Shift+minus" = "move scratchpad"; "${mod}+Shift+minus" = "move scratchpad";
"${mod}+minus" = "scratchpad show"; "${mod}+minus" = "scratchpad show";