flip resize keys
This commit is contained in:
parent
9a666a1d5d
commit
e6bff9aa5a
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ mode "resize" {
|
|||
# These bindings trigger as soon as you enter the resize mode
|
||||
|
||||
bindsym Right 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 Up resize grow 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
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
|
|
Loading…
Reference in a new issue