From 7fd7e85e0305cfeb58c9267c37f4c68a840630cf Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 20 Jun 2015 23:00:27 +0200
Subject: [PATCH] Grow i3 config file.

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

diff --git a/dotfiles/i3/config b/dotfiles/i3/config
index ee09345..6330887 100644
--- a/dotfiles/i3/config
+++ b/dotfiles/i3/config
@@ -35,6 +35,12 @@ bindsym $mod+Shift+Down       move down
 bindsym $mod+Shift+Up         move up
 bindsym $mod+Shift+Right      move right
 
+# Resize windows
+bindsym $mod+h                resize shrink width
+bindsym $mod+l                resize grow width
+bindsym $mod+j                resize shrink height
+bindsym $mod+k                resize grow height
+
 # Toggle fullscreen for focused window.
 bindsym $mod+f                fullscreen
 
-- 
2.30.2