From: Michael Stapelberg Date: Mon, 29 Aug 2011 14:05:38 +0000 (+0200) Subject: update docs/userguide X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1c306ea8d377a4ca9763827e2f8f431056229374;p=i3%2Fi3.github.io update docs/userguide --- diff --git a/_docs/userguide b/_docs/userguide index 854acbb..865ee4b 100644 --- a/_docs/userguide +++ b/_docs/userguide @@ -160,7 +160,7 @@ paradigm but can be useful for some corner cases like "Save as" dialog windows, or toolbar windows (GIMP or similar). Those windows usually set the appropriate hint and are opened in floating mode by default. -You can enable floating mode for a window by pressing +mod+Shift+Space+. By +You can toggle floating mode for a window by pressing +mod+Shift+Space+. By dragging the window’s titlebar with your mouse you can move the window around. By grabbing the borders and moving them you can resize the window. You can also do that by using the <>. @@ -448,6 +448,8 @@ for_window [class="urxvt"] border 1pixel for_window [title="x200: ~/work"] floating enable ------------------------------------------------ +The valid criteria are the same as those for commands, see <>. + === Variables As you learned in the section about keyboard bindings, you will have @@ -709,6 +711,8 @@ the following keybinding: bindsym mod+x move workspace 3; workspace 3 ------------------------------------------- +[[command_criteria]] + Furthermore, you can change the scope of a command, that is, which containers should be affected by that command, by using various criteria. These are prefixed in square brackets to every command. If you want to kill all windows diff --git a/docs/4.0/userguide.html b/docs/4.0/userguide.html index 6698106..4403ffa 100644 --- a/docs/4.0/userguide.html +++ b/docs/4.0/userguide.html @@ -212,7 +212,7 @@ are not managed by i3, but by you. Using this mode violates the tiling paradigm but can be useful for some corner cases like "Save as" dialog windows, or toolbar windows (GIMP or similar). Those windows usually set the appropriate hint and are opened in floating mode by default.

-

You can enable floating mode for a window by pressing mod+Shift+Space. By +

You can toggle floating mode for a window by pressing mod+Shift+Space. By dragging the window’s titlebar with your mouse you can move the window around. By grabbing the borders and moving them you can resize the window. You can also do that by using the [floating_modifier].

@@ -519,6 +519,7 @@ for_window [class="urxvt"] border 1pixel # directory to ~/work for_window [title="x200: ~/work"] floating enable
+

The valid criteria are the same as those for commands, see [command_criteria].

4.9. Variables

@@ -799,7 +800,7 @@ the following keybinding:

bindsym mod+x move workspace 3; workspace 3
-

Furthermore, you can change the scope of a command, that is, which containers +

Furthermore, you can change the scope of a command, that is, which containers should be affected by that command, by using various criteria. These are prefixed in square brackets to every command. If you want to kill all windows which have the class Firefox, use:

diff --git a/docs/userguide.html b/docs/userguide.html index 6698106..4403ffa 100644 --- a/docs/userguide.html +++ b/docs/userguide.html @@ -212,7 +212,7 @@ are not managed by i3, but by you. Using this mode violates the tiling paradigm but can be useful for some corner cases like "Save as" dialog windows, or toolbar windows (GIMP or similar). Those windows usually set the appropriate hint and are opened in floating mode by default.

-

You can enable floating mode for a window by pressing mod+Shift+Space. By +

You can toggle floating mode for a window by pressing mod+Shift+Space. By dragging the window’s titlebar with your mouse you can move the window around. By grabbing the borders and moving them you can resize the window. You can also do that by using the [floating_modifier].

@@ -519,6 +519,7 @@ for_window [class="urxvt"] border 1pixel # directory to ~/work for_window [title="x200: ~/work"] floating enable
+

The valid criteria are the same as those for commands, see [command_criteria].

4.9. Variables

@@ -799,7 +800,7 @@ the following keybinding:

bindsym mod+x move workspace 3; workspace 3
-

Furthermore, you can change the scope of a command, that is, which containers +

Furthermore, you can change the scope of a command, that is, which containers should be affected by that command, by using various criteria. These are prefixed in square brackets to every command. If you want to kill all windows which have the class Firefox, use: