Fix relative order of `automake' and `autoconf'.
[xtoys] / xshutdown.1
CommitLineData
90b2c5d4 1.TH xshutdown 1 "15 November 1998" "Edgeware tools"
2.SH NAME
3xshutdown \- asks for user confirmation before waking an xwait process
4.SH SYNOPSIS
5.B xshutdown
6.RB [ \-\-display
7.IR display ]
8.RB [ \-a
9.IR atom ]
10.RB [ \-m
11.IR message ]
12.RB [ \-t
13.IR title ]
14.SH DESCRIPTION
15The
16.B xshutdown
17program pops up a pretty GTK confirmation box asking the user whether he
18(or she) wants to shutdown the current session. If so, it sends a
19message to a waiting
20.B xwait
21process, by setting a named property on the X root window to a particular
22value.
23.SS OPTIONS
24.TP 5
25.BI "\-\-display " display
26Attempt to connect to
27.I display
28rather than the display named in the usual environment variable.
29.TP 5
30.BI "\-a, \-\-atom " atom
31Sets
32.B xshutdown
33to to set the property named
34.IR atom .
35The default property to set is
36.BR XWAIT_PROPERTY .
37.TP 5
38.BI "\-m, \-\-msg " message
39Sets
40.B xshutdown
41to set the given property to
42.IR message .
43The default message to set is
44.BR XWAIT_MESSAGE .
45.TP 5
46.BI "\-p, \-\-prompt " prompt
47Sets the prompt in the confirmation box to
48.IR prompt .
49.TP 5
50.BI "\-t, \-\-title " title
51Sets the window title to be
52.IR title .
53.SH AUTHOR
54Mark Wooding (mdw@nsict.org).
55.SH BUGS
56None currently known.
57.SH SEE ALSO
58.BR xwait (1),
59and
60.BR xtell (1).