From 2b11fcfd1c4d145990386d68618ca3febd2f387b Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 18 Aug 2019 04:39:01 -0400 Subject: [PATCH] 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. --- docs/config.ld | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config.ld b/docs/config.ld index 1d25384f4..fff56a873 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -93,7 +93,9 @@ new_type("rulecomponent", "Rule components", false, "Type") -- Filter functions for the taglist/tasklist/layoutlist new_type("filterfunction", "List filters", false) -- 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 -- needs a space.