mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
docs: simplify description of shell wildcard patterns
...to align with glob(7) language Reported-by: @vyivel
This commit is contained in:
parent
83c583c668
commit
279555317f
3 changed files with 7 additions and 5 deletions
|
|
@ -631,8 +631,9 @@
|
|||
# - Criteria can also contain `matchOnce="true"` meaning that the rule
|
||||
# must only apply to the first instance of the window with that
|
||||
# particular 'identifier' or 'title'.
|
||||
# - Matching against patterns with '*' (wildcard) and '?' (joker) is
|
||||
# supported. Pattern matching is case-insensitive.
|
||||
# - Matching is case-insensitive and is performed using shell wildcard
|
||||
# patterns (see glob(7)) so '\*' (not between brackets) matches any string
|
||||
# and '?' matches any single character.
|
||||
|
||||
<windowRules>
|
||||
<windowRule identifier="*"><action name="Maximize"/></windowRule>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue