Ubuntu Terminal launch applications on different workspace
Posted
by
drahcir
on Super User
See other posts from Super User
or by drahcir
Published on 2010-06-27T00:23:00Z
Indexed on
2012/11/29
5:09 UTC
Read the original article
Hit count: 418
I am trying to write a group of bashscripts to launch a set of applications on different workspaces. Reason being so that I can for example set up a script that launches all my dev related applications on the workspaces I usually put them on.
I am looking for a command like
ws -2 foo
Which would launch the foo application on workspace 2
I tried looking through google but to no avail. Any suggestions?
© Super User or respective owner