From 340ba6ca73b01fea7a5809d5e0863a115feda15b Mon Sep 17 00:00:00 2001 From: exu Date: Mon, 22 Apr 2024 18:29:31 +0200 Subject: [PATCH] Remove resize mode. Super + right click drag works way better --- arch-config/.config/sway/config | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index 63a35942..0c36169f 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -232,35 +232,6 @@ bindsym $mod+d focus child # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. #bindsym $mod+minus scratchpad show -# -# Resizing containers: -bindsym $mod+r mode "resize" - -mode "resize" { - # Resize windows with movement keys - bindsym $left resize shrink width 10ppt - bindsym Shift+$left resize shrink width 20ppt - bindsym $down resize shrink height 10ppt - bindsym Shift+$down resize shrink height 20ppt - bindsym $up resize grow height 10ppt - bindsym Shift+$up resize grow height 20ppt - bindsym $right resize grow width 10ppt - bindsym Shift+$right resize grow width 20ppt - - # Ditto, with arrow keys - bindsym Left resize shrink width 10ppt - bindsym Shift+Left resize shrink width 20ppt - bindsym Down resize shrink height 10ppt - bindsym Shift+Down resize shrink height 20ppt - bindsym Up resize grow height 10ppt - bindsym Shift+Up resize grow height 20ppt - bindsym Right resize grow width 10ppt - bindsym Shift+Right resize grow width 20ppt - - # Return to default mode - bindsym Return mode "default" - bindsym Escape mode "default" -} # Screenlock, logout, reboot, shutdown... # press $mod (super) and X to exit - check toolbar for next choices