[justin@kainos ~]$ cat aixgl-compositor-on.sh<br>#!/bin/bash<br>gconftool-2 -s /apps/metacity/general/compositing_manager --type bool true<br><br><br>[justin@kainos ~]$ cat aixgl-compositor-off.sh<br>#!/bin/bash<br>gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool false
<br><br><br>Is there anyway of getting something like that in /usr/bin/ for metacity?<br><br><br>