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
|
|
@ -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