HOME/bin/compositor_toggle

4 lines
244 B
Text
Raw Normal View History

2022-06-26 20:20:31 +02:00
#!/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