summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThorsten Wißmann <re06huxa@stud.informatik.uni-erlangen.de>2013-03-07 18:34:12 +0100
committerThorsten Wißmann <re06huxa@stud.informatik.uni-erlangen.de>2013-03-07 18:46:17 +0100
commit6d4694fb7b31dca68bb2a822b4d9398597ff175d (patch)
tree930d2674ba2ac24b0edde6acb389aaec7720107a /doc
parentedf6aebaafdbc61a123e7660dc8f6a1c59281f41 (diff)
Add command: new_attr
Diffstat (limited to 'doc')
-rw-r--r--doc/herbstluftwm.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/herbstluftwm.txt b/doc/herbstluftwm.txt
index f685a0b2..257333a4 100644
--- a/doc/herbstluftwm.txt
+++ b/doc/herbstluftwm.txt
@@ -709,6 +709,10 @@ set_attribute 'ATTRIBUTE' 'NEWVALUE'::
Assign 'NEWVALUE' to the specified 'ATTRIBUTE' as described in the
<<OBJECTS,*OBJECTS section*>>.
+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.
+
substitute 'IDENTIFIER' 'ATTRIBUTE' 'COMMAND' ['ARGS' ...]::
Replaces all exact occurrences of 'IDENTIFIER' in 'COMMAND' and its 'ARGS'
by the value of the 'ATTRIBUTE'. Note that the 'COMMAND' also is replaced by