Is it possible to write a script that will disable kwin composing when I start desired app and enable composing when I close that app?
It can be done with compiz on GNOME:
Code:
/usr/bin/metacity --replace &
googleearth
/usr/bin/compiz --replace &
How to make with KDE 4.3?