commit 026b7d9f94b0e601fe18f902af1f7c86721af295 parent 6293f36e3991b9f80abab01e0995c5127c8ec9e1 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 10 Dec 2019 22:31:41 -0500 i3: speed up resizing of windows Former-commit-id: 92c155019864454ab4dfdbc33b922efd2eff0a38 Diffstat:
M | i3/config | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/i3/config b/i3/config @@ -219,10 +219,10 @@ mode "Resize Mode" { bindsym j resize shrink height 6 px or 6 ppt bindsym l resize grow width 6 px or 6 ppt - bindsym Shift+h resize shrink width 12 px or 12 ppt - bindsym Shift+k resize grow height 12 px or 12 ppt - bindsym Shift+j resize shrink height 12 px or 12 ppt - bindsym Shift+l resize grow width 12 px or 12 ppt + bindsym Shift+h resize shrink width 100 px or 100 ppt + bindsym Shift+k resize grow height 100 px or 100 ppt + bindsym Shift+j resize shrink height 100 px or 100 ppt + bindsym Shift+l resize grow width 100 px or 100 ppt # back to normal: Enter or Escape bindsym Return mode "default"