Announcement

Collapse
No announcement yet.

Run compiz plugin in terminal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Run compiz plugin in terminal

    Hello all, I want to have something like unity expo button in docky, but I dont know how to specifically run compiz plugins in terminal.

    Is it possible to do so?

  • #2
    Yes it is possible.
    Activate the dbus plugin in compizconfig manager and create a script:

    #!/bin/bash
    dbus-send --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/expo/screen0/expo_edge org.freedesktop.compiz.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'`

    Comment

    Working...
    X