Update window resize increment.

This commit is contained in:
dabruh 2022-08-20 21:10:59 +02:00
parent b6eae22687
commit 35e074d129
1 changed files with 6 additions and 6 deletions

View File

@ -53,6 +53,12 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# move focused window, row above vim keys
bindsym $mod+y resize shrink width 10 px or 10 ppt
bindsym $mod+u resize grow height 10 px or 10 ppt
bindsym $mod+i resize shrink height 10 px or 10 ppt
bindsym $mod+o resize grow width 10 px or 10 ppt
# toggle split orientation
bindsym $mod+z split toggle
bindsym $mod+Shift+w split toggle
@ -174,12 +180,6 @@ bindsym $mod+Shift+r restart
# Exit control
bindsym $mod+Ctrl+q exec --no-startup-id dmenuexit
# Resize window
bindsym $mod+y resize shrink width 5 px or 5 ppt
bindsym $mod+u resize grow height 5 px or 5 ppt
bindsym $mod+i resize shrink height 5 px or 5 ppt
bindsym $mod+o resize grow width 5 px or 5 ppt
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {