config: Add stacking shortcut

This commit is contained in:
Victoria Brekenfeld 2023-06-13 18:44:01 +02:00
parent b7a9a318c3
commit c9114fe54b

View file

@ -58,6 +58,7 @@
(modifiers: [Super], key: "y"): ToggleTiling,
(modifiers: [Super], key: "g"): ToggleWindowFloating,
(modifiers: [Super], key: "s"): ToggleStacking,
(modifiers: [Super], key: "m"): Maximize,