config: Add resizing shortcuts
This commit is contained in:
parent
997223f20a
commit
5fc315c950
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: "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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue