feat(sway): add 3 preset resize sizes

This commit is contained in:
mitchell 2026-07-27 19:51:09 -04:00
parent 69ca2dd73b
commit 46b25218f8

View file

@ -206,6 +206,10 @@ mode "resize" {
bindsym Up resize shrink height 10px bindsym Up resize shrink height 10px
bindsym Right resize grow width 10px bindsym Right resize grow width 10px
bindsym 1 resize set 50 ppt 100 ppt
bindsym 2 resize set 65 ppt 100 ppt
bindsym 3 resize set 70 ppt 100 ppt
# Return to default mode # Return to default mode
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"