summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2013-03-07 21:36:28 +0100
committerThorsten Wißmann <edu@thorsten-wissmann.de>2013-03-07 21:36:28 +0100
commit9a84ea7c9fc54881454316fb588190fe40504547 (patch)
tree0efc3e900b8fd8a8df11eea95b500af0d03eacb3 /doc
parent987cbc1cf283fb9060652c9d00e267cef1d286b8 (diff)
Add command remove_attr
Diffstat (limited to 'doc')
-rw-r--r--doc/herbstluftwm.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/herbstluftwm.txt b/doc/herbstluftwm.txt
index 257333a4..a88030f1 100644
--- a/doc/herbstluftwm.txt
+++ b/doc/herbstluftwm.txt
@@ -711,7 +711,11 @@ set_attribute 'ATTRIBUTE' 'NEWVALUE'::
new_attr [*bool*|*int*|*string*|*uint*] 'PATH'::
Creates a new attribute with the name and in the object specified by 'PATH'.
- Its type is specified by the first argument.
+ Its type is specified by the first argument. The attribute name has to begin
+ with +my_+.
+
+remove_attr 'PATH'::
+ Removes the user defined attribute 'PATH'.
substitute 'IDENTIFIER' 'ATTRIBUTE' 'COMMAND' ['ARGS' ...]::
Replaces all exact occurrences of 'IDENTIFIER' in 'COMMAND' and its 'ARGS'