diff options
author | Geoff Ritter <geoff dot ritter at gmail dot com> | 2011-01-01 00:16:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-02 00:24:55 -0600 |
commit | e183c644c248f813c3eed38c9b960e7f6f3f4a01 (patch) | |
tree | a3bd419266cb6a8613c3f022b1405a5caf365969 /desktop/cairo-compmgr/README | |
parent | cbe3aeb7546079f272faaff3bfda668bc635d958 (diff) | |
download | slackbuilds-e183c644c248f813c3eed38c9b960e7f6f3f4a01.tar.gz |
desktop/cairo-compmgr: Added (drop-in replacement for xcompmgr)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-compmgr/README')
-rw-r--r-- | desktop/cairo-compmgr/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/cairo-compmgr/README b/desktop/cairo-compmgr/README new file mode 100644 index 0000000000..47c1ed7e06 --- /dev/null +++ b/desktop/cairo-compmgr/README @@ -0,0 +1,16 @@ +cairo-compmgr (Drop-in replacement for xcompmgr) + +This composite manager uses the cairo library to provide similar effects to +xcompmgr. You can use it with any window manager, such as fluxbox, to +provide transparencies. xcompmgr was designed as an example program and +cairo-compmgr is designed as an actual standalone composite manager. + +Warning: this plays a bit weird with fluxbox. Tabs of grouped windows will +be drawn under windows if cycling through with alt+tab. Additionally when a +sub sub root menu loops back over it self, it will be drawn under the other +menus. Other than that, it's an added improvement in visual effects over +xcompmgr. + +This requires vala. libgtop, glade3, GConf, and gobject-introspection are +optional requirements, but gobject-introspection is not recommend since +upstream says support for it is still unstable. |