2022-08-08 21:01:21 +00:00
|
|
|
set $left h
|
|
|
|
set $down j
|
|
|
|
set $up k
|
|
|
|
set $right l
|
|
|
|
|
2024-08-15 16:20:59 +00:00
|
|
|
# Resize in normal mode with vim keys
|
|
|
|
$bindsym $mod+Ctrl+Shift+$left resize shrink width 50px
|
|
|
|
$bindsym $mod+Ctrl+Shift+$down resize grow height 50px
|
|
|
|
$bindsym $mod+Ctrl+Shift+$up resize shrink height 50px
|
|
|
|
$bindsym $mod+Ctrl+Shift+$right resize grow width 50px
|
2022-08-08 20:35:16 +00:00
|
|
|
# Or with arrow keys
|
2024-08-15 16:20:59 +00:00
|
|
|
$bindsym $mod+Ctrl+Shift+Left resize shrink width 50px
|
|
|
|
$bindsym $mod+Ctrl+Shift+Down resize grow height 50px
|
|
|
|
$bindsym $mod+Ctrl+Shift+Up resize shrink height 50px
|
|
|
|
$bindsym $mod+Ctrl+Shift+Right resize grow width 50px
|