]> git.sur5r.net Git - i3/i3/commitdiff
userguide: explain the difference between comma and semicolon for command chaining
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 11 Dec 2013 18:46:41 +0000 (19:46 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 11 Dec 2013 18:47:36 +0000 (19:47 +0100)
docs/userguide

index db256cc48f0b6c0fa4dfe66b5f3d23413ad3ba19..666b9623601160e27f9b14c37800a0fad3cf6e59 100644 (file)
@@ -1289,6 +1289,11 @@ should be affected by that command, by using various criteria. The criteria
 are specified before any command in a pair of square brackets and are separated
 by space.
 
+When using multiple commands, separate them by using a +,+ (a comma) instead of
+a semicolon. Criteria apply only until the next semicolon, so if you use a
+semicolon to separate commands, only the first one will be executed for the
+matched window(s).
+
 *Example*:
 ------------------------------------
 # if you want to kill all windows which have the class Firefox, use:
@@ -1299,6 +1304,9 @@ bindsym $mod+x [class="(?i)firefox"] kill
 
 # kill only the About dialog from Firefox
 bindsym $mod+x [class="Firefox" window_role="About"] kill
+
+# enable floating mode and move container to workspace 4
+for_window [class="^evil-app$"] floating enable, move container to workspace 4
 ------------------------------------
 
 The criteria which are currently implemented are: