mirror of https://gitlab.com/dabruh/dotfiles.git
Update window resize increment.
This commit is contained in:
parent
b6eae22687
commit
35e074d129
|
@ -53,6 +53,12 @@ bindsym $mod+Shift+Down move down
|
||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
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
|
# toggle split orientation
|
||||||
bindsym $mod+z split toggle
|
bindsym $mod+z split toggle
|
||||||
bindsym $mod+Shift+w split toggle
|
bindsym $mod+Shift+w split toggle
|
||||||
|
@ -174,12 +180,6 @@ bindsym $mod+Shift+r restart
|
||||||
# Exit control
|
# Exit control
|
||||||
bindsym $mod+Ctrl+q exec --no-startup-id dmenuexit
|
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
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
|
|
Loading…
Reference in New Issue