From 5c4a51401e46313e6af73eccd21551dcb8b09dae Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Sat, 1 Jan 2022 20:24:39 +0100 Subject: [PATCH] Fix Sway resize keybinds. --- sway/.config/sway/config.d/01_keybinds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/.config/sway/config.d/01_keybinds b/sway/.config/sway/config.d/01_keybinds index 88c62d8..64cf354 100644 --- a/sway/.config/sway/config.d/01_keybinds +++ b/sway/.config/sway/config.d/01_keybinds @@ -118,10 +118,10 @@ bindsym XF86MonBrightnessDown exec light -U 5 # Resize mode mode "resize" { - bindsym $left resize grow width 10px + bindsym $left resize shrink width 10px bindsym $down resize shrink height 10px bindsym $up resize grow height 10px - bindsym $right resize shrink width 10px + bindsym $right resize grow width 10px bindsym Return mode "default" bindsym Escape mode "default" }