openbsd-ports/x11/gnome/metacity/pkg/MESSAGE
jasper 701113121f - update metacity to 2.24.0
- compositor code is enabled now, so you can have funky effects too ;-)
* add a message on how to enable it, as it's disabled by default

feedback and ok ajacoutot@
2008-11-21 19:01:18 +00:00

11 lines
252 B
Plaintext

To enable the compositor manager of metacity, issue the following
command:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool \
true
To disable it:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool \
false