fix typo
Patch status: merged
Patch by jeroentbt
To apply this patch, use:
curl http://cr.i3wm.org/patch/474/raw.patch | git am
b/docs/userguide
13 |
@@ -204,7 +204,7 @@ orientation (horizontal, vertical or unspecified) and the orientation depends |
14 |
on the layout the container is in (vertical for splitv and stacking, horizontal |
15 |
for splith and tabbed). So, in our example with the workspace, the default |
16 |
layout of the workspace +Container+ is splith (most monitors are widescreen |
17 |
-nowadays). If you change the layout to splitv (+$mod+l+ in the default config) |
18 |
+nowadays). If you change the layout to splitv (+$mod+v+ in the default config) |
19 |
and *then* open two terminals, i3 will configure your windows like this: |
20 |
|
21 |
image::tree-shot2.png["shot2",title="Vertical Workspace Orientation"] |