diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:12:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:12 +0700 |
commit | c08b15f399c65bbb6e07096508233232041a1f93 (patch) | |
tree | 87ce377f8adccb34d5832b85bc99f7d4c7c26812 /desktop/cairo-compmgr | |
parent | d8e34b360473ebdcda5bf43fcb355d379ed7352b (diff) |
desktop/cairo-compmgr: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/cairo-compmgr')
-rw-r--r-- | desktop/cairo-compmgr/README | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/desktop/cairo-compmgr/README b/desktop/cairo-compmgr/README index c1252bd20813..2651ddef4086 100644 --- a/desktop/cairo-compmgr/README +++ b/desktop/cairo-compmgr/README @@ -1,14 +1,15 @@ 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. +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. +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. libgtop is an optional dependency. |