diff options
author | laszlof <laszlof@FreeBSD.org> | 2007-09-07 03:33:16 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2007-09-07 03:33:16 +0800 |
commit | 762a954bc6c9bab6deacddb15cd4dba3be694024 (patch) | |
tree | a988abc6c3af93f51cc5de250fe01df40fed2d54 /x11-wm/Makefile | |
parent | 86c32391109442f1574ed0c46871c7bcdb57d624 (diff) | |
download | freebsd-ports-gnome-762a954bc6c9bab6deacddb15cd4dba3be694024.tar.gz freebsd-ports-gnome-762a954bc6c9bab6deacddb15cd4dba3be694024.tar.zst freebsd-ports-gnome-762a954bc6c9bab6deacddb15cd4dba3be694024.zip |
Libcompizconfig is an alternative configuration system for
compiz and provides the following features:
- Automatic plugin list generation.
- Import/Export of the current configuration.
- Configuration profiles.
- Parsing of Compiz metadata files to provide an easy to use API for
configuration managers.
- Conflict handling for plugins and actions.
- Support for different configuration storage backends.
- Desktop environment integration. If a backend provides desktop
environment integration, then Compiz will share the keybindings
and settings with the default desktop environment window
manager like metacity or kwin.
- Its own Compiz configuration plugin "ccp" to provide all features
of libcompizconfig with compiz.
WWW: http://forums.compiz-fusion.org/
PR: ports/116136
Submitted by: Robert Noland <rnoland@2hip.net>
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 7e20de12a845..d4c28d75bc4b 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -76,6 +76,7 @@ SUBDIR += kappdock SUBDIR += kompmgr SUBDIR += larswm + SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += lwm SUBDIR += matchbox |