Reduce resize increment
This commit is contained in:
parent
35bf54026b
commit
6eab941f5c
1 changed files with 5 additions and 4 deletions
|
@ -83,11 +83,12 @@ bindsym $mod+Shift+9 move container to workspace 9
|
|||
bindsym $mod+Shift+0 move container to workspace 10
|
||||
|
||||
# Resize
|
||||
set $resize_increment 5
|
||||
mode "resize" {
|
||||
bindsym Left resize shrink width 10 px or 10 ppt
|
||||
bindsym Down resize grow height 10 px or 10 ppt
|
||||
bindsym Up resize shrink height 10 px or 10 ppt
|
||||
bindsym Right resize grow width 10 px or 10 ppt
|
||||
bindsym Left resize shrink width $resize_increment px or $resize_increment ppt
|
||||
bindsym Down resize grow height $resize_increment px or $resize_increment ppt
|
||||
bindsym Up resize shrink height $resize_increment px or $resize_increment ppt
|
||||
bindsym Right resize grow width $resize_increment px or $resize_increment ppt
|
||||
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue