i3: increase a bit resize steps for tiled window

This commit is contained in:
Vincent Bernat 2021-07-05 20:23:23 +02:00
parent b8bfc9d586
commit e56e1210f7

8
config
View file

@ -74,10 +74,10 @@ bindsym $mod+Shift+$right move right
bindsym $mod+o move container to output right
# resize focused window
bindsym $mod+Ctrl+$left resize shrink width 10 px or 2 ppt
bindsym $mod+Ctrl+$down resize grow height 10 px or 2 ppt
bindsym $mod+Ctrl+$up resize shrink height 10 px or 2 ppt
bindsym $mod+Ctrl+$right resize grow width 10 px or 2 ppt
bindsym $mod+Ctrl+$left resize shrink width 10 px or 4 ppt
bindsym $mod+Ctrl+$down resize grow height 10 px or 4 ppt
bindsym $mod+Ctrl+$up resize shrink height 10 px or 4 ppt
bindsym $mod+Ctrl+$right resize grow width 10 px or 4 ppt
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle