docs/userguide: little fixes by fernando

next
Michael Stapelberg 2011-07-29 13:31:37 +02:00
parent 1b0d6ab202
commit c601ac1d8e
1 changed files with 23 additions and 22 deletions

View File

@ -51,17 +51,17 @@ image:single_terminal.png[Single terminal]
If you now open another terminal, i3 will place it next to the current one, If you now open another terminal, i3 will place it next to the current one,
splitting the screen size in half. Depending on your monitor, i3 will put the splitting the screen size in half. Depending on your monitor, i3 will put the
new window right to the old window (for widescreen) or below the old window created window beside the existing window (on wide displays) or below the
(rotated displays). existing window (rotated displays).
image:two_terminals.png[Two terminals] image:two_terminals.png[Two terminals]
To move the focus between the two terminals, you use the direction keys which To move the focus between the two terminals, you can use the direction keys
you may know from the editor +vi+. However, in i3, your homerow is used for which you may know from the editor +vi+. However, in i3, your homerow is used
these keys (in +vi+, the keys are shifted to the left by one for compatibility for these keys (in +vi+, the keys are shifted to the left by one for
with most keyboard layouts). Therefore, +mod+J+ is left, +mod+K+ is down, compatibility with most keyboard layouts). Therefore, +mod+J+ is left, +mod+K+
+mod+L+ is up and `mod+;` is right. So, to switch between the terminals, is down, +mod+L+ is up and `mod+;` is right. So, to switch between the
use +mod+K+ or +mod+L+. Of course, you can also use the arrow keys. terminals, use +mod+K+ or +mod+L+. Of course, you can also use the arrow keys.
At the moment, your workspace is split (it contains two terminals) in a At the moment, your workspace is split (it contains two terminals) in a
specific direction (horizontal by default). Every window can be split specific direction (horizontal by default). Every window can be split
@ -99,7 +99,7 @@ image:modes.png[Container modes]
To display a window in fullscreen mode or to go out of fullscreen mode again, To display a window in fullscreen mode or to go out of fullscreen mode again,
press +mod+f+. press +mod+f+.
There is also a global fullscreen mode in i3 in which the client will use all There is also a global fullscreen mode in i3 in which the client will span all
available outputs. available outputs.
=== Opening other applications === Opening other applications
@ -386,7 +386,7 @@ New workspaces get a reasonable default orientation: Wide-screen monitors
(anything wider than high) get horizontal orientation, rotated monitors (anything wider than high) get horizontal orientation, rotated monitors
(anything higher than wide) get vertical orientation. (anything higher than wide) get vertical orientation.
With the +default_orientation+ configuration directive, you can overwrite that With the +default_orientation+ configuration directive, you can override that
behaviour. behaviour.
*Syntax*: *Syntax*:
@ -462,13 +462,14 @@ configuration file and run it before starting i3 (for example in your
[[assign_workspace]] [[assign_workspace]]
It is recommended that you match on window classes insetead of window titles Specific windows can be matched by window class and/or window title. It is
whenever possible because some applications first create their window, and then recommended that you match on window classes instead of window titles whenever
worry about setting the correct title. Firefox with Vimperator comes to mind. possible because some applications first create their window, and then worry
The window starts up being named Firefox, and only when Vimperator is loaded about setting the correct title. Firefox with Vimperator comes to mind. The
does the title change. As i3 will get the title as soon as the application maps window starts up being named Firefox, and only when Vimperator is loaded does
the window (mapping means actually displaying it on the screen), youd need to the title change. As i3 will get the title as soon as the application maps the
have to match on 'Firefox' in this case. window (mapping means actually displaying it on the screen), youd need to have
to match on 'Firefox' in this case.
You can prefix or suffix workspaces with a `~` to specify that matching clients You can prefix or suffix workspaces with a `~` to specify that matching clients
should be put into floating mode. If you specify only a `~`, the client will should be put into floating mode. If you specify only a `~`, the client will
@ -539,8 +540,7 @@ workspace 5 output VGA1
=== Changing colors === Changing colors
You can change all colors which i3 uses to draw the window decorations and the You can change all colors which i3 uses to draw the window decorations.
bottom bar.
*Syntax*: *Syntax*:
-------------------------------------------- --------------------------------------------
@ -678,9 +678,10 @@ split vertical
=== Manipulating layout === Manipulating layout
To change the layout of the current container to stacking, use +layout Use +layout default+, +layout stacking+ or +layout tabbed+ to change the
stacking+, for default use +layout default+ and for tabbed, use +layout current container layout to default, stacking or tabbed layout, respectively.
tabbed+. To make the current window (!) fullscreen, use +fullscreen+, to make
To make the current window (!) fullscreen, use +fullscreen+, to make
it floating (or tiling again) use +floating enable+ respectively +floating disable+ it floating (or tiling again) use +floating enable+ respectively +floating disable+
(or +floating toggle+): (or +floating toggle+):