Posted By

smoover on 07/23/11


Tagged

gnome metacity compositing


Versions (?)

Enable Compositing In Metacity


 / Published in: Bash
 

check gconf-editor -> Apps -> metacity -> general -> compositing_manager

  1. Enable: gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true
  2. Disable: gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool false

Report this snippet  

You need to login to post a comment.