701113121f
- 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@
11 lines
252 B
Plaintext
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
|