How do I open a program from terminal and force it to stay in the same workspace as the terminal?
-
In my daily work, I can usually divide the task at hand into two or three subtasks, for example MATLAB programming, LaTeX typesetting and Skype communication. For this, I like to keep the different subtasks in different workspaces, so I can just switch from one subtask to the next by jumping between workspaces. When I start my computer, the first thing I do is usually to start one of the programs I need from the terminal, then move to the next workspace, start a new terminal there and start another program for another subtask. Currently, each window that starts appear in the currently active workspace. However, I don't want to wait for the program window to load before I move to the next workspace. Is there any way I can force a program to start in the workspace that's active when I give the command to start the process, instead of in the workspace that's currently active when the window loads?
-
Answer:
Take a look at http://burtonini.com/blog/computers/devilspie. It can be used to perform some actions on specific windows. For example it is possible to move a Firefox window to workspace 2: (if (is (application_name) "Firefox") (begin (set_workspace 2) (maximize) ) )
Tomas Lycken at Super User Visit the source
Related Q & A:
- How can I open a non-profit organization in the San Francisco Bay Area?Best solution by Yahoo! Answers
- How do I open a 'photo' inside a Yahoo email (rather than just attaching it?Best solution by uk.answers.yahoo.com
- How can I open a foreign-currency bank account?Best solution by Yahoo! Answers
- How do I open a picture mail on Blackberry Pearl?Best solution by Yahoo! Answers
- How do I open a program in its original location?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.