doc: Add a section for rules matching properties.

It also change the text of "clientproperties" to be more generic so it
can apply to other type of rules.
This commit is contained in:
Emmanuel Lepage Vallee 2019-08-18 04:39:01 -04:00
parent 6ee294fd5a
commit 2b11fcfd1c
1 changed files with 3 additions and 1 deletions

View File

@ -93,7 +93,9 @@ new_type("rulecomponent", "Rule components", false, "Type")
-- Filter functions for the taglist/tasklist/layoutlist -- Filter functions for the taglist/tasklist/layoutlist
new_type("filterfunction", "List filters", false) new_type("filterfunction", "List filters", false)
-- Extra client properties available only in awful.rules/spawn constructs -- Extra client properties available only in awful.rules/spawn constructs
new_type("clientruleproperty", "Extra properties available in awful.rules and awful.spawn", false, "Type") new_type("clientruleproperty", "Extra properties available in the rules", false, "Type")
-- Extra *matching* properties for rules.
new_type("matchingproperty", "Extra matching properties used in rules", false, "Type")
-- Simulate the default "params" parser format, except the optional "[]" section -- Simulate the default "params" parser format, except the optional "[]" section
-- needs a space. -- needs a space.