Add maximize shortcut

This commit is contained in:
Jeremy Soller 2023-09-28 10:30:48 -06:00
parent db3e372b8f
commit 46d4c46801
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -60,7 +60,8 @@
(modifiers: [Super], key: "y"): ToggleTiling,
(modifiers: [Super], key: "g"): ToggleWindowFloating,
(modifiers: [Super], key: "x"): SwapWindow,
(modifiers: [Super], key: "m"): Maximize,
(modifiers: [Super], key: "r"): Resizing(Outwards),
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),