docs/userguide: provide an example of case-insensitive matching with PCRE (Thanks stfn)
This commit is contained in:
parent
b3e1fb1f3b
commit
9b671bda83
|
@ -721,6 +721,9 @@ which have the class Firefox, use:
|
||||||
*Example*:
|
*Example*:
|
||||||
------------------------------------
|
------------------------------------
|
||||||
bindsym mod+x [class="Firefox"] kill
|
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:
|
The criteria which are currently implemented are:
|
||||||
|
|
Loading…
Reference in New Issue