sprop.1 - sprop - simple xprop replacement | |
git clone git://git.suckless.org/sprop | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
sprop.1 (438B) | |
--- | |
1 .TH SPROP 1 sprop\-VERSION | |
2 .SH NAME | |
3 sprop \- simple X property utility | |
4 .SH SYNOPSIS | |
5 .B sprop | |
6 .I xid atom | |
7 .RI [ value ] | |
8 [\-v] | |
9 .SH DESCRIPTION | |
10 .SS Overview | |
11 The | |
12 .I sprop | |
13 utility prints the value of the property | |
14 .I atom | |
15 of the window with the given | |
16 .IR xid , | |
17 or alternatively sets it to | |
18 .I value | |
19 if given. sprop can only interact with atoms which are strings. | |
20 .SS Options | |
21 .TP | |
22 .B \-v | |
23 prints version information to standard output, then exits. |