search for: rotate_to

Displaying 1 result from an estimated 1 matches for "rotate_to".

Did you mean: rotate_0
2006 Oct 09
1
[PATCH] dbus terminate action
...te" #define COMPIZ_DBUS_SET_MEMBER_NAME "set" #define COMPIZ_DBUS_GET_MEMBER_NAME "get" @@ -126,13 +127,34 @@ dbusGetOptionsFromPath (CompDisplay *d, * dbus-send --type=method_call --dest=org.freedesktop.compiz \ * /org/freedesktop/compiz/rotate/allscreens/rotate_to \ * org.freedesktop.compiz.activate \ - * string:'root' int32:0x52 string:'face' int32:1 + * string:'root' \ + * int32:`xwininfo -root | grep id: | awk '{ print $4 }'` \ + * string:'face' int32:1 + * + * + * You can also call the terminate fu...