diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-19 22:18:48 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-19 22:18:48 +0100 |
commit | 00912d130fd131cbfa9bd56be7967c45a8bfe077 (patch) | |
tree | a01b90b4f1120eaf0d218681926fc6df12ce270c /config | |
parent | 0ff8eea55a727cc6b9116acbc9a085fce92f7b8b (diff) | |
download | myconfigs-00912d130fd131cbfa9bd56be7967c45a8bfe077.tar.gz myconfigs-00912d130fd131cbfa9bd56be7967c45a8bfe077.tar.bz2 myconfigs-00912d130fd131cbfa9bd56be7967c45a8bfe077.zip |
config i3: faster resize
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/i3/config b/config/i3/config index c794873..7b075a5 100644 --- a/config/i3/config +++ b/config/i3/config @@ -148,9 +148,13 @@ bindsym $mod+Shift+s mode "$xshot" # resize window mode "resize" { bindsym h resize shrink width 10 px or 10 ppt + bindsym Shift+h resize shrink width 50 px or 50 ppt bindsym j resize grow height 10 px or 10 ppt + bindsym Shift+j resize grow height 50 px or 50 ppt bindsym k resize shrink height 10 px or 10 ppt + bindsym Shift+k resize shrink height 50 px or 50 ppt bindsym l resize grow width 10 px or 10 ppt + bindsym Shift+l resize grow width 50 px or 50 ppt # back to normal: Enter or Escape bindsym Return mode "default" |