Skip to content

Commit

Permalink
Merge pull request #183 from pop-os/maximize_jammy
Browse files Browse the repository at this point in the history
Add maximize shortcut
  • Loading branch information
Drakulix authored Sep 29, 2023
2 parents db3e372 + 46d4c46 commit 2bd700c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Expand Down

0 comments on commit 2bd700c

Please sign in to comment.