Merge pull request #183 from pop-os/maximize_jammy

Add maximize shortcut
This commit is contained in:
Victoria Brekenfeld 2023-09-29 19:04:02 +02:00 committed by GitHub
commit 2bd700c0dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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),