11 lines
498 B
Text
11 lines
498 B
Text
![]() |
## Resize in normal mode with vim keys
|
||
|
$bindsym $mod+Ctrl+Shift+$left resize shrink width 20px
|
||
|
$bindsym $mod+Ctrl+Shift+$down resize grow height 20px
|
||
|
$bindsym $mod+Ctrl+Shift+$up resize shrink height 20px
|
||
|
$bindsym $mod+Ctrl+Shift+$right resize grow width 20px
|
||
|
# Or with arrow keys
|
||
|
$bindsym $mod+Ctrl+Shift+Left resize shrink width 20px
|
||
|
$bindsym $mod+Ctrl+Shift+Down resize grow height 20px
|
||
|
$bindsym $mod+Ctrl+Shift+Up resize shrink height 20px
|
||
|
$bindsym $mod+Ctrl+Shift+Right resize grow width 20px
|