I'd like to have an icon on the unity launcher that triggers either the Alt + Tab or compiz scale behavior. I don't want to use keyboard shortcuts and want to switch easily between applications using the mouse.
It would be great to trigger the compiz scale behavior by clicking an icon on the launcher.
Is it possible? What is the actual command that is run when pressing Alt + Tab?
You need a desktop file to put something in the launcher.
Fill out this template:
Then you need to learn about xdotool which can simulate mouse and keyboard with commands.
Hope this helps even though I was not thorough.