From: Michael Stapelberg Date: Sun, 11 Sep 2011 20:17:13 +0000 (+0100) Subject: docs/userguide: provide an example of case-insensitive matching with PCRE (Thanks... X-Git-Tag: 4.1~166^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b671bda83f62adeb69dcbfdd1c9feea7477e06e;p=i3%2Fi3 docs/userguide: provide an example of case-insensitive matching with PCRE (Thanks stfn) --- diff --git a/docs/userguide b/docs/userguide index 597cdb51..0ee56567 100644 --- a/docs/userguide +++ b/docs/userguide @@ -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: