Resize uses up and down, not bottom and top
- Fix userguide resize example - Update migration script
This commit is contained in:
committed by
Michael Stapelberg
parent
5dcbb341d1
commit
3316d8b8ba
@ -789,11 +789,11 @@ mode "resize" {
|
||||
bindsym j resize shrink left
|
||||
bindsym Shift+j resize grow left
|
||||
|
||||
bindsym k resize grow bottom
|
||||
bindsym Shift+k resize shrink bottom
|
||||
bindsym k resize grow up
|
||||
bindsym Shift+k resize shrink up
|
||||
|
||||
bindsym l resize shrink top
|
||||
bindsym Shift+l resize grow top
|
||||
bindsym l resize shrink down
|
||||
bindsym Shift+l resize grow down
|
||||
|
||||
bindsym semicolon resize grow right
|
||||
bindsym Shift+semicolon resize shrink right
|
||||
|
Reference in New Issue
Block a user