diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-09 03:27:16 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-09 03:27:16 +0000 |
commit | ff13f4a4b951e3662a125132183a184a04bd78e8 (patch) | |
tree | 05ea3024e9fe3bf8e183bc1de10ad14d84e676fe /xcompmgr.man | |
parent | Remove abort call as it's just annoying. Add -a flag to just use Automatic (diff) | |
download | xcman-ff13f4a4b951e3662a125132183a184a04bd78e8.tar.gz xcman-ff13f4a4b951e3662a125132183a184a04bd78e8.tar.bz2 xcman-ff13f4a4b951e3662a125132183a184a04bd78e8.tar.xz |
add a man page
Diffstat (limited to '')
-rw-r--r-- | xcompmgr.man | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/xcompmgr.man b/xcompmgr.man new file mode 100644 index 0000000..9646b5f --- /dev/null +++ b/xcompmgr.man @@ -0,0 +1,35 @@ +.ds q \N'34' +.TH xcompmgr 1 +.SH NAME +xcompmgr \- sample X compositing manager +.SH SYNOPSIS +.nf +.B xcompmgr [\-acfns] +.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 \-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. +.TP +.BI \-n +Simple client-side compositing. +.TP +.BI \-s +Server-side compositing with hard-edged shadows. +.SH BUGS +Several. +.SH AUTHORS +Keith Packard, with contributions from Matthew Allum, Eric Anholt, +Matthew Hawn, Ely Levy, Phil Blundell, and Carl Worth. |