diff options
author | Kai-Uwe Behrmann <ku.b@gmx.de> | 2010-12-07 22:36:37 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-12-07 22:36:37 -0800 |
commit | 15744802201da54ff8e39bc0d5b9f1a69ce3496d (patch) | |
tree | 995905ad385425f7c4b1f2ca60c4f9bbf1a427a3 | |
parent | b8f740b195888cf530e4982ba3e9a3760b40f3bc (diff) |
xprop man page example for -set option
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xprop.man | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -340,6 +340,8 @@ To display the start of the cut buffer: \fIxprop\fP -root -len 100 CUT_BUFFER0 To display the point size of the fixed font: \fIxprop\fP -font fixed POINT_SIZE .PP To display all the properties of window # 0x200007: \fIxprop\fP -id 0x200007 +.PP +To set a simple string property: \fIxprop\fP -root -format MY_ATOM_NAME 8s -set MY_ATOM_NAME "my_value" .SH ENVIRONMENT .PP .TP 8 |