xssstate.1 - xssstate - a simple utility to get the X screensaver state | |
git clone git://git.suckless.org/xssstate | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
xssstate.1 (902B) | |
--- | |
1 .TH XSSSTATE 1 xssstate\-VERSION | |
2 .SH NAME | |
3 xssstate \- display X screensaver state | |
4 .SH SYNOPSIS | |
5 .B xssstate | |
6 .RB [ \-i ] | |
7 .RB [ \-s ] | |
8 .RB [ \-t ] | |
9 .RB [ \-v ] | |
10 .SH DESCRIPTION | |
11 .B xssstate | |
12 will display the state of the X screensaver extension. See below what ca… | |
13 gathered. | |
14 .SH OPTIONS | |
15 .TP | |
16 .B \-i | |
17 show the idle time of X11, in milliseconds. | |
18 .TP | |
19 .B \-s | |
20 show the current state of the X screensaver. There is | |
21 .B "on" | |
22 for the screensaver being active at the moment, | |
23 .B "off" | |
24 for the screensaver being off and | |
25 .B "disabled" | |
26 for the screensaver being disabled. | |
27 .TP | |
28 .B \-t | |
29 will show the time that needs to be waited until the screensaver should … | |
30 activated, in milliseconds. | |
31 .TP | |
32 .B \-v | |
33 show version information | |
34 .SH AUTHORS | |
35 See the LICENSE file for the authors. | |
36 .SH LICENSE | |
37 See the LICENSE file for the terms of redistribution. | |
38 .SH SEE ALSO | |
39 .BR slock (1) | |
40 .BR xlock (1) | |
41 .BR xss (1) | |
42 .SH BUGS | |
43 Please report them. | |
44 |