From: Michael Stapelberg Date: Sun, 7 Aug 2011 16:04:32 +0000 (+0200) Subject: update _docs/userguide X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7cc8364a996c8ebac15c1d55b95aad930c1ea9a9;p=i3%2Fi3.github.io update _docs/userguide --- diff --git a/_docs/userguide b/_docs/userguide index a384f6c..4a11cb1 100644 --- a/_docs/userguide +++ b/_docs/userguide @@ -1,7 +1,7 @@ i3 User’s Guide =============== Michael Stapelberg -July 2011 +August 2011 This document contains all the information you need to configure and use the i3 window manager. If it does not, please contact us on IRC (preferred) or post your @@ -680,9 +680,10 @@ split --------------------------- *Example*: --------------- -split vertical --------------- +------------------------------ +bindsym mod+v split vertical +bindsym mod+h split horizontal +------------------------------ === Manipulating layout diff --git a/docs/4.0/userguide.html b/docs/4.0/userguide.html index ce67312..113d70d 100644 --- a/docs/4.0/userguide.html +++ b/docs/4.0/userguide.html @@ -31,7 +31,7 @@ window.onload = function(){asciidoc.footnotes(); asciidoc.toc(2);}

i3 User’s Guide

Michael Stapelberg
<michael+i3@stapelberg.de>
-July 2011 +August 2011
Table of Contents
@@ -773,7 +773,8 @@ orientation will be changed (if it does not have more than one window).

Example:

-
split vertical
+
bindsym mod+v split vertical
+bindsym mod+h split horizontal