mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Added minor adjustments to window resize
This commit is contained in:
parent
9fb3285e1f
commit
cbf3df385c
10
i3/config
10
i3/config
@ -143,12 +143,22 @@ mode "resize" {
|
|||||||
bindsym l resize shrink height 10 px or 10 ppt
|
bindsym l resize shrink height 10 px or 10 ppt
|
||||||
bindsym semicolon resize grow width 10 px or 10 ppt
|
bindsym semicolon resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
|
bindsym Shift+j resize shrink width 1 px or 1 ppt
|
||||||
|
bindsym Shift+k resize grow height 1 px or 1 ppt
|
||||||
|
bindsym Shift+l resize shrink height 1 px or 1 ppt
|
||||||
|
bindsym Shift+semicolon resize grow width 1 px or 1 ppt
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
# same bindings, but for the arrow keys
|
||||||
bindsym Left resize shrink width 10 px or 10 ppt
|
bindsym Left resize shrink width 10 px or 10 ppt
|
||||||
bindsym Down resize grow height 10 px or 10 ppt
|
bindsym Down resize grow height 10 px or 10 ppt
|
||||||
bindsym Up resize shrink height 10 px or 10 ppt
|
bindsym Up resize shrink height 10 px or 10 ppt
|
||||||
bindsym Right resize grow width 10 px or 10 ppt
|
bindsym Right resize grow width 10 px or 10 ppt
|
||||||
|
|
||||||
|
bindsym Shift+Left resize shrink width 1 px or 1 ppt
|
||||||
|
bindsym Shift+Down resize grow height 1 px or 1 ppt
|
||||||
|
bindsym Shift+Up resize shrink height 1 px or 1 ppt
|
||||||
|
bindsym Shift+Right resize grow width 1 px or 1 ppt
|
||||||
|
|
||||||
# back to normal: Enter or Escape or $mod+r
|
# back to normal: Enter or Escape or $mod+r
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user