Swapped resize commands. Right now grows windows in width and Left shrinks window width.
This commit is contained in:
parent
fb4a520d82
commit
ecd0c11d2f
@ -309,20 +309,20 @@ bindsym $mod+r mode "resize"
|
|||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
|
||||||
# Pressing right will shrink the window’s width.
|
# Pressing left will shrink the window’s width.
|
||||||
# Pressing left will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing down will shrink the window’s height.
|
# Pressing down will shrink the window’s height.
|
||||||
# Pressing up will grow the window’s height.
|
# Pressing up will grow the window’s height.
|
||||||
bindsym $right resize shrink width 10 px or 10 ppt
|
bindsym $left resize shrink width 10 px or 10 ppt
|
||||||
bindsym $up resize grow height 10 px or 10 ppt
|
bindsym $up resize grow height 10 px or 10 ppt
|
||||||
bindsym $down resize shrink height 10 px or 10 ppt
|
bindsym $down resize shrink height 10 px or 10 ppt
|
||||||
bindsym $left resize grow width 10 px or 10 ppt
|
bindsym $right resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
# same bindings, but for the arrow keys
|
||||||
bindsym Right resize shrink width 10 px or 10 ppt
|
bindsym Left resize shrink width 10 px or 10 ppt
|
||||||
bindsym Up resize grow height 10 px or 10 ppt
|
bindsym Up resize grow height 10 px or 10 ppt
|
||||||
bindsym Down resize shrink height 10 px or 10 ppt
|
bindsym Down resize shrink height 10 px or 10 ppt
|
||||||
bindsym Left resize grow width 10 px or 10 ppt
|
bindsym Right resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user