]> git.sur5r.net Git - i3/i3/commitdiff
docs/userguide: provide an example of case-insensitive matching with PCRE (Thanks...
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 11 Sep 2011 20:17:13 +0000 (21:17 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 11 Sep 2011 20:17:13 +0000 (21:17 +0100)
docs/userguide

index 597cdb51a1a1c014f00b9ea3ee452b27aa7697b2..0ee565671c038c5589acd2b4997a13eee92a6f5e 100644 (file)
@@ -721,6 +721,9 @@ which have the class Firefox, use:
 *Example*:
 ------------------------------------
 bindsym mod+x [class="Firefox"] kill
+
+# same thing, but case-insensitive
+bindsym mod+x [class="(?i)firefox"] kill
 ------------------------------------
 
 The criteria which are currently implemented are: