bensoliman wrote:just want to know
what's the difference between running compiz with "--replace" at the end?
in addition, once you activate compiz, how do you disable it without restarting?
thanks
metacity and compiz are both window compositing (effect) managers. metacity is the default gnome compositing manager. the "--replace" switches the compositing manager ...
when gnome starts it is using the metacity compositing manager by default so to start compiz you need to
replace metacity
- Code: Select all
compiz --replace
to deactivate compiz you need to replace it with metacity
- Code: Select all
metacity --replace