From 00912d130fd131cbfa9bd56be7967c45a8bfe077 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Tue, 19 Feb 2019 22:18:48 +0100
Subject: config i3: faster resize

---
 config/i3/config | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'config/i3')

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"
-- 
cgit v1.2.3