4 lines
244 B
Text
4 lines
244 B
Text
![]() |
#!/bin/sh
|
||
|
|
||
|
if [ "$(gconftool -g /apps/metacity/general/compositing_manager)" = "true" ]; then gconftool --type bool -s /apps/metacity/general/compositing_manager 0; else gconftool --type bool -s /apps/metacity/general/compositing_manager 1; fi
|