From: Christian Heller Date: Sat, 20 Jun 2015 21:00:27 +0000 (+0200) Subject: Grow i3 config file. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=7fd7e85e0305cfeb58c9267c37f4c68a840630cf Grow i3 config file. --- 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