config: Add resizing shortcuts

This commit is contained in:
Victoria Brekenfeld 2023-07-05 23:42:26 +02:00
parent 997223f20a
commit 5fc315c950

View file

@ -60,7 +60,8 @@
(modifiers: [Super], key: "y"): ToggleTiling,
(modifiers: [Super], key: "g"): ToggleWindowFloating,
(modifiers: [Super], key: "m"): Maximize,
(modifiers: [Super], key: "r"): Resizing(Outwards),
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
//TODO: ability to select default web browser
(modifiers: [Super], key: "b"): Spawn("firefox"),