Basically the title. Using Lubuntu 14.04.
Use case: I have two desktops, I'm in #1, I press Ctl Alt T , it opens in Desktop 2. I'm in #2, press Ctl Alt T it opens in Desktop 2.
Basically the title. Using Lubuntu 14.04.
Use case: I have two desktops, I'm in #1, I press Ctl Alt T , it opens in Desktop 2. I'm in #2, press Ctl Alt T it opens in Desktop 2.
I used compizconfig-settings-manager to open specific programs in a specific workspace. You can refer to the answer here.
However this just opens the terminal and i have to move to that work space to get to the terminal, it doesn’t do that automatically.
You may edit ~/.config/openbox/lubuntu-rc.xml
to do what you want.
</applications>
Just above the second last line, paste the following:
<application name="lxterminal">
<desktop>2</desktop>
</application>
Save the file and run openbox --reconfigure
to make the change take effect immediately.
Now, whenever you access lxterminal via CtrlAlt+T, lxterminal will open on Desktop 2 irrespective of which desktop you're currently on.