Add maximize shortcut
This commit is contained in:
parent
db3e372b8f
commit
46d4c46801
1 changed files with 2 additions and 1 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue