From 5fc315c9505e9b9970c89c1620e04dab84e015a2 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Wed, 5 Jul 2023 23:42:26 +0200 Subject: [PATCH] config: Add resizing shortcuts --- config.ron | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.ron b/config.ron index 9302686e..3a500f40 100644 --- a/config.ron +++ b/config.ron @@ -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"),