add xprop for rules, change tags to regex and documente regex
This commit is contained in:
parent
8705b9e172
commit
343c6c7df0
|
@ -230,6 +230,7 @@ Note: when there are no whitespaces, quotes are optional.
|
||||||
<string> -> "foo bar"
|
<string> -> "foo bar"
|
||||||
<font> -> Xft font: mono-10, fixed-12, sans-8, ...
|
<font> -> Xft font: mono-10, fixed-12, sans-8, ...
|
||||||
<boolean> -> true or false
|
<boolean> -> true or false
|
||||||
|
<regex> -> regular expression
|
||||||
<{.., ...}> -> list of available options
|
<{.., ...}> -> list of available options
|
||||||
|
|
||||||
[MULTI] means, you can use an item multiple times.
|
[MULTI] means, you can use an item multiple times.
|
||||||
|
@ -400,8 +401,10 @@ rules
|
||||||
icon=<image>
|
icon=<image>
|
||||||
name=<regex>
|
name=<regex>
|
||||||
screen=<integer>
|
screen=<integer>
|
||||||
tags=<integer>,<integer>,...
|
tags=<regex>
|
||||||
not_master=<boolean>
|
not_master=<boolean>
|
||||||
|
xproperty_name=<string>
|
||||||
|
xproperty_value=<regex>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
keys
|
keys
|
||||||
|
|
Loading…
Reference in New Issue