mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-02 14:24:21 +02:00
i3: increase a bit resize steps for tiled window
This commit is contained in:
parent
b8bfc9d586
commit
e56e1210f7
1 changed files with 4 additions and 4 deletions
8
config
8
config
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue