Updated i3 a bit
This commit is contained in:
16
.i3/config
16
.i3/config
@@ -119,16 +119,16 @@ mode "resize" {
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym h resize shrink width 10 px or 10 ppt
|
||||
bindsym j resize grow height 10 px or 10 ppt
|
||||
bindsym k resize shrink height 10 px or 10 ppt
|
||||
bindsym l resize grow width 10 px or 10 ppt
|
||||
bindsym h resize shrink width 2 px or 2 ppt
|
||||
bindsym j resize grow height 2 px or 2 ppt
|
||||
bindsym k resize shrink height 2 px or 2 ppt
|
||||
bindsym l resize grow width 2 px or 2 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym 113 resize shrink width 10 px or 10 ppt
|
||||
bindsym 116 resize grow height 10 px or 10 ppt
|
||||
bindsym 111 resize shrink height 10 px or 10 ppt
|
||||
bindsym 114 resize grow width 10 px or 10 ppt
|
||||
bindsym 113 resize shrink width 2 px or 2 ppt
|
||||
bindsym 116 resize grow height 2 px or 2 ppt
|
||||
bindsym 111 resize shrink height 2 px or 2 ppt
|
||||
bindsym 114 resize grow width 2 px or 2 ppt
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
|
||||
Reference in New Issue
Block a user