Merge pull request #183 from pop-os/maximize_jammy
Add maximize shortcut
This commit is contained in:
commit
2bd700c0dd
1 changed files with 2 additions and 1 deletions
|
|
@ -61,6 +61,7 @@
|
||||||
(modifiers: [Super], key: "g"): ToggleWindowFloating,
|
(modifiers: [Super], key: "g"): ToggleWindowFloating,
|
||||||
(modifiers: [Super], key: "x"): SwapWindow,
|
(modifiers: [Super], key: "x"): SwapWindow,
|
||||||
|
|
||||||
|
(modifiers: [Super], key: "m"): Maximize,
|
||||||
(modifiers: [Super], key: "r"): Resizing(Outwards),
|
(modifiers: [Super], key: "r"): Resizing(Outwards),
|
||||||
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
|
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue