mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
feat(sway): add 3 preset resize sizes
This commit is contained in:
parent
69ca2dd73b
commit
46b25218f8
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue