Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
xcompmgr - Sample X Compositing Manager
- Description:
xcompmgr is a sample compositing manager for X servers supporting the XFIXES, DAMAGE, and COMPOSITE extensions.
xcompmgr can be used to draw shadows around the windows or to make windows translucent.
To use these features, you have to enable the EXPERIMENTAL composite extension in your X server
configuration /etc/X11/xorg.conf first by adding following sections
Section "Extensions"
Option "Composite" "Enable"
EndSection
Packages