commit 68f810b1b49a914bc9940e1475fce09bfadbbbdc
parent b1ea3d51a9ffcbc9e234640f1f51696265a647ec
Author: Chris Bracken <chris@bracken.jp>
Date: Thu, 6 Aug 2015 15:40:37 -0700
i3: Switch to semicolon/colon for vertical/horizonal switching.
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.i3/config b/.i3/config
@@ -60,10 +60,8 @@ bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
-# split in horizontal orientation
-bindsym $mod+q split h
-
-# split in vertical orientation
+# horizontal/vertical split
+bindsym $mod+Shift+semicolon split h
bindsym $mod+semicolon split v
# enter fullscreen mode for the focused container