PDA

View Full Version : [ubuntu] In search of a program that can use hotkeys to open multiple applications at once.



Gut
October 1st, 2012, 12:58 AM
I've been using Ubuntu 12.04 LTS for about 5 months now and I'm trying to find a program that can allow me to use a hotkey to open several applications at once, such as Thunderbird, Firefox, etc. and have them placed on specifed desktops that I move them on and it can remember what desktop I had them set to. Are there any applications like this?

stinkeye
October 1st, 2012, 04:40 AM
For compiz set the workspace for an app with...
ccsm > place windows > fixed placement
224907 224906

For the shortcut key just create a bash script something like...

#!/bin/bash
firefox &
gedit

Then add a keyboard shortcut pointing to the script.
224905


You could also create a launcher for the script by adding it to alacarte (main menu)
http://ubuntuforums.org/showpost.php?p=11458230&postcount=4 (http://ubuntuforums.org/showpost.php?p=11458230&postcount=4)