Compiz script cube rotation
http://sfyang-en.blogspot.com/2008/02/rotate-cube-in-compiz-with-wmctrl.html
Initiate rotate from command line, Exc exits rotation:
dbus-send --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/rotate/allscreens/initiate_button org.freedesktop.compiz.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'`
Initiate rotate from command line, Exc exits rotation:
dbus-send --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/rotate/allscreens/initiate_button org.freedesktop.compiz.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'`
Comments