summaryrefslogtreecommitdiff
path: root/xcompmgr.1
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-10-20 17:57:04 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-10-20 18:00:52 -0700
commit14bfab3bb34f5ab75f2ac6c4acb3b67201e89a69 (patch)
tree55919167f7c1c44e11887c6f4e9407ca922b7997 /xcompmgr.1
parent6c1110fbe18dcf91228449c3a4ce706edbfb90c7 (diff)
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xcompmgr.1')
-rw-r--r--xcompmgr.169
1 files changed, 0 insertions, 69 deletions
diff --git a/xcompmgr.1 b/xcompmgr.1
deleted file mode 100644
index 523f60b..0000000
--- a/xcompmgr.1
+++ /dev/null
@@ -1,69 +0,0 @@
-.ds q \N'34'
-.TH xcompmgr 1
-.SH NAME
-xcompmgr \- sample X compositing manager
-.SH SYNOPSIS
-.BI "xcompmgr [\-d " display "] [\-r " radius "]"
-.BI "[\-o " opacity "] [\-l " left-offset "]"
-.BI "[\-t " top-offset "] [\-acCfFnsS]"
-.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 \-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 \-I\ fade-in-step
-Specifies the opacity change between steps while fading in.
-.TP
-.BI \-O\ fade-out-step
-Specifies the opacity change between steps while fading out.
-.TP
-.BI \-D\ fade-delta
-Specifies the time (in milliseconds) between steps in a fade.
-.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. This is the default mode.
-.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,
-Thomas Luebking, Matthew Hawn, Ely Levy, Phil Blundell, and Carl Worth.