aboutsummaryrefslogtreecommitdiffstats
path: root/xcompmgr.1
diff options
context:
space:
mode:
authordolio <dolio>2004-09-18 00:13:15 +0000
committerdolio <dolio>2004-09-18 00:13:15 +0000
commit34c09f7b7fdc0fd96fd4adf69a00f295858ac11a (patch)
tree66f7636248d0729430337d70affe4441b333a542 /xcompmgr.1
parentChanged the usage function to display information on the available options. (diff)
downloadxcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.gz
xcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.bz2
xcman-34c09f7b7fdc0fd96fd4adf69a00f295858ac11a.tar.xz
Added various options for client-side shadows (offset, opacity,
blur-radius) based on the work of Thomas Luebking, along with the man entries and usage information to go along with them.
Diffstat (limited to 'xcompmgr.1')
-rw-r--r--xcompmgr.116
1 files changed, 14 insertions, 2 deletions
diff --git a/xcompmgr.1 b/xcompmgr.1
index d5d43d8..6495932 100644
--- a/xcompmgr.1
+++ b/xcompmgr.1
@@ -4,7 +4,7 @@
xcompmgr \- sample X compositing manager
.SH SYNOPSIS
.nf
-.B xcompmgr [\-d display] [\-acfnsCFS]
+.B xcompmgr [\-d display] [\-r radius] [\-o opacity] [\-l left-offset] [\-t top-offset] [\-acCfFnsS]
.fi
.SH DESCRIPTION
.B xcompmgr
@@ -15,6 +15,18 @@ and COMPOSITE extensions. It enables basic eye-candy effects.
.BI \-d\ display
Specifies the display to manage.
.TP
+.BI \-r\ radius
+Specifies the blur radius for client-side shadows.
+.TP
+.BI \-o\ opacity
+Specifies the opacity for client-side shadows.
+.TP
+.BI \-l\ left-offset
+Specifies the left offset for client-side shadows.
+.TP
+.BI \-t\ top-offset
+Specifies the top offset for client-side shadows.
+.TP
.BI \-a
Automatic server-side compositing. This instructs the server to use the
standard composition rules. Useful for debugging.
@@ -45,4 +57,4 @@ Enables synchronous operation. Useful for debugging.
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.
+Thomas Luebking, Matthew Hawn, Ely Levy, Phil Blundell, and Carl Worth.