i3/config: fix resizing keys

This commit is contained in:
Frieder Schlesier 2023-01-21 14:19:54 +01:00
parent 19bd891d79
commit c966861902
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ 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 i resize grow height 10 px or 10 ppt
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