commit f011c91de84b341fbec9322050a685f471820a0c
parent d73599880ca14926fe03e2ec861587211a337409
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 6 Mar 2014 15:02:51 +0100
changed keybinding for select split
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.i3/config b/.i3/config
@@ -108,10 +108,12 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
-bindsym $alt+l split h
+#bindsym $alt+l split h
+bindsym $mod+Control+l split h
# split in vertical orientation
-bindsym $alt+j split v
+#bindsym $alt+j split v
+bindsym $mod+Control+j split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen