]> git.sur5r.net Git - i3/i3/commitdiff
docs/userguide: explain the split command
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 28 Jul 2011 23:12:19 +0000 (01:12 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 28 Jul 2011 23:12:19 +0000 (01:12 +0200)
docs/userguide

index d81b0922caca0822b4bb7cefe1046e44d0cc0263..7f839e53df52c19ed747115ba14504344a7b5586 100644 (file)
@@ -655,6 +655,27 @@ popup_during_fullscreen ignore
 
 == List of commands
 
+=== Splitting containers
+
+The split command makes the current window a split container. Split containers
+can contain multiple windows. Every split container has an orientation, it is
+either split horizontally (a new window gets placed to the right of the current
+one) or vertically (a new window gets placed below the current one).
+
+If you apply this command to a split container with the same orientation,
+nothing will happen. If you use a different orientation, the split container’s
+orientation will be changed (if it does not have more than one window).
+
+*Syntax*:
+---------------------------
+split <vertical|horizontal>
+---------------------------
+
+*Example*:
+--------------
+split vertical
+--------------
+
 === Manipulating layout
 
 To change the layout of the current container to stacking, use +layout