Add 20px resizing options
This commit is contained in:
parent
21025e535c
commit
c53254c979
@ -214,20 +214,25 @@ exec swayidle -w \
|
|||||||
# Resizing containers:
|
# Resizing containers:
|
||||||
#
|
#
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# left will shrink the containers width
|
# Resize windows with movement keys
|
||||||
# right will grow the containers width
|
|
||||||
# up will shrink the containers height
|
|
||||||
# down will grow the containers height
|
|
||||||
bindsym $left resize shrink width 10px
|
bindsym $left resize shrink width 10px
|
||||||
|
bindsym Shift+$left resize shrink width 20px
|
||||||
bindsym $down resize shrink height 10px
|
bindsym $down resize shrink height 10px
|
||||||
|
bindsym Shift+$down resize shrink height 20px
|
||||||
bindsym $up resize grow height 10px
|
bindsym $up resize grow height 10px
|
||||||
|
bindsym Shift+$up resize grow height 20px
|
||||||
bindsym $right resize grow width 10px
|
bindsym $right resize grow width 10px
|
||||||
|
bindsym Shift+$right resize grow width 20px
|
||||||
|
|
||||||
# Ditto, with arrow keys
|
# Ditto, with arrow keys
|
||||||
bindsym Left resize shrink width 10px
|
bindsym Left resize shrink width 10px
|
||||||
|
bindsym Shift+Left resize shrink width 20px
|
||||||
bindsym Down resize shrink height 10px
|
bindsym Down resize shrink height 10px
|
||||||
|
bindsym Shift+Down resize shrink height 20px
|
||||||
bindsym Up resize grow height 10px
|
bindsym Up resize grow height 10px
|
||||||
|
bindsym Shift+Up resize grow height 20px
|
||||||
bindsym Right resize grow width 10px
|
bindsym Right resize grow width 10px
|
||||||
|
bindsym Shift+Right resize grow width 20px
|
||||||
|
|
||||||
# Return to default mode
|
# Return to default mode
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user