input: Add fullscreen shortcut

This commit is contained in:
Victoria Brekenfeld 2025-06-25 19:10:55 +02:00 committed by Victoria Brekenfeld
parent adedb705e7
commit 33044d9efb
4 changed files with 50 additions and 1 deletions

View file

@ -86,6 +86,7 @@
(modifiers: [Super], key: "x"): SwapWindow,
(modifiers: [Super], key: "m"): Maximize,
(modifiers: [Super], key: "F11"): Fullscreen,
(modifiers: [Super], key: "r"): Resizing(Outwards),
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),