Fix direction when resizing windows
This commit is contained in:
parent
3aea5c709e
commit
2b1a9f7b60
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ mode "resize" {
|
|||
bindsym Left resize grow width 10 px or 10 ppt
|
||||
|
||||
bindsym $mod+f resize grow width 10 px or 10 ppt
|
||||
bindsym $mod+p resize shrink height 10 px or 10 ppt
|
||||
bindsym $mod+n resize grow height 10 px or 10 ppt
|
||||
bindsym $mod+n resize shrink height 10 px or 10 ppt
|
||||
bindsym $mod+p resize grow height 10 px or 10 ppt
|
||||
bindsym $mod+b resize shrink width 10 px or 10 ppt
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
|
|
Loading…
Reference in a new issue