summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-07-06 11:15:20 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-07-06 11:39:56 +0100
commit092e0c4becde43ec2ad1597f2688b5a898f08db0 (patch)
tree1df385f9d7f102dbcca0d10a47b384463bd89181
parent91d2b71d863eb506716d015b48c9fb0e21ef20f4 (diff)
man page updates
Document -help, -version options Alphabetize options Add mention of transset
-rw-r--r--man/xtow.man15
1 files changed, 11 insertions, 4 deletions
diff --git a/man/xtow.man b/man/xtow.man
index 8d2b744..989aec6 100644
--- a/man/xtow.man
+++ b/man/xtow.man
@@ -16,26 +16,33 @@ from that X server into native \fIWindows\fP windows.
\fIxtow\fP accepts the following command line switches, \fIall\fP of which are optional:
.TP 8
+.B \-blur
+If DWM is available, use the glass effect to blur the image beneath transparent areas.
+.TP 8
.B \-display [display]
Specifies the X server display to connect to.
.TP 8
+.B \-help
+List these options and exit.
+.TP 8
.B \-nodwm
Do not use DWM, even if available (Windows Vista or later). per-pixel transparency will not be
supported.
.TP 8
-.B \-blur
-If DWM is available, use the glass effect to blur the image beneath transparent areas.
.B \-noshm
Do not use MIT-SHM to transfer window images from the X server, even if available.
.TP 8
.B \-verbose
Output verbose debugging information. Multiple -verbose options increase verbosity.
+.TP 8
+.B \-version
+Display the version number and exit.
.SH "WINDOW PROPERTIES"
Partial conformance to ICCCM and EWMH standards.
-The widely used but non-standard _NET_WM_WINDOW_OPACITY window property sets the transparency of
-a window, with 0 being transparent and 0xffffffff being opaque.
+The widely used but non-standard _NET_WM_WINDOW_OPACITY window property (which can be set by e.g.
+transset(1)), controls the transparency of a window, with 0 being transparent and 0xffffffff being opaque.
.SH "SEE ALSO"
XWin(1).