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" }