This commit is contained in:
Brad 2019-03-06 16:57:29 -06:00
parent 7900c0f93e
commit 11a30e5e3b

View File

@ -144,10 +144,10 @@ mode "resize" {
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym semicolon resize grow width 10 px or 10 ppt
bindsym h resize shrink width 3 px or 5 ppt
bindsym j resize grow height 3 px or 5 ppt
bindsym k resize shrink height 3 px or 5 ppt
bindsym l resize grow width 3 px or 5 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt