aboutsummaryrefslogtreecommitdiffstats
path: root/xcompmgr.1
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-09-10 05:55:19 +0000
committerAdam Jackson <ajax@nwnk.net>2004-09-10 05:55:19 +0000
commit36005e53a518c6e028d76ff82ac7ff54e1eac9b0 (patch)
tree5b6f85fd215ab95dd51d31a18441e09fe5e4743c /xcompmgr.1
parentadd a man page (diff)
downloadxcman-36005e53a518c6e028d76ff82ac7ff54e1eac9b0.tar.gz
xcman-36005e53a518c6e028d76ff82ac7ff54e1eac9b0.tar.bz2
xcman-36005e53a518c6e028d76ff82ac7ff54e1eac9b0.tar.xz
More effects, bug fixes, doc updates.
Diffstat (limited to 'xcompmgr.1')
-rw-r--r--xcompmgr.148
1 files changed, 48 insertions, 0 deletions
diff --git a/xcompmgr.1 b/xcompmgr.1
new file mode 100644
index 0000000..d5d43d8
--- /dev/null
+++ b/xcompmgr.1
@@ -0,0 +1,48 @@
+.ds q \N'34'
+.TH xcompmgr 1
+.SH NAME
+xcompmgr \- sample X compositing manager
+.SH SYNOPSIS
+.nf
+.B xcompmgr [\-d display] [\-acfnsCFS]
+.fi
+.SH DESCRIPTION
+.B xcompmgr
+is a sample compositing manager for X servers supporting the XFIXES, DAMAGE,
+and COMPOSITE extensions. It enables basic eye-candy effects.
+.SH OPTIONS
+.TP
+.BI \-d\ display
+Specifies the display to manage.
+.TP
+.BI \-a
+Automatic server-side compositing. This instructs the server to use the
+standard composition rules. Useful for debugging.
+.TP
+.BI \-c
+Client-side compositing with soft shadows and translucency support.
+.TP
+.BI \-f
+When \-c is specified, enables a smooth fade effect for transient windows like
+menus, and for all windows on hide and restore events.
+.TP
+.BI \-n
+Simple client-side compositing.
+.TP
+.BI \-s
+Server-side compositing with hard-edged shadows.
+.TP
+.BI \-C
+When \-c is specified, attempts to avoid painting shadows on panels and docks.
+.TP
+.BI \-F
+When \-f is specified, also enables the fade effect when windows change their
+opacity, as with transset(1).
+.TP
+.BI \-S
+Enables synchronous operation. Useful for debugging.
+.SH BUGS
+Probably. Please report any you find to http://bugs.freedesktop.org/.
+.SH AUTHORS
+Keith Packard, with contributions from Matthew Allum, Eric Anholt, Dan Doel,
+Matthew Hawn, Ely Levy, Phil Blundell, and Carl Worth.