Comment 62 for bug 383345

Revision history for this message
jayprakash (jay-jay-cz) wrote :

Shortcuts I use for easier testing:

$ cat /usr/local/bin/compiz-start.sh
#!/bin/bash
compiz --replace &

$ cat /usr/local/bin/compiz-kill.sh
#!/bin/bash
killall compiz.real
metacity --replace &

Menu -> preferences -> Keyboard shortcuts

compiz-start.sh -> Ctrl+Alt+1
compiz-kill.sh -> Ctrl+Alt+5

:)

If you have problem directly to start compiz in any configuration, write me a direct mail (that we are not spaming launchpad). Maybe I can help :) .