Update userguide on multiple criteria
Patch status: needinfo
Patch by Trung Ngo
To apply this patch, use:
curl http://cr.i3wm.org/patch/303/raw.patch | git am
b/docs/userguide
13 |
@@ -1286,8 +1286,8 @@ bindsym $mod+x move container to workspace 3; workspace 3 |
14 |
|
15 |
Furthermore, you can change the scope of a command - that is, which containers |
16 |
should be affected by that command, by using various criteria. These are |
17 |
-prefixed in square brackets to every command. If you want to kill all windows |
18 |
-which have the class Firefox, use: |
19 |
+prefixed and space-delimited in a pair of square brackets to every command. |
20 |
+If you want to kill all windows which have the class Firefox, use: |
21 |
|
22 |
*Example*: |
23 |
------------------------------------ |