2011/6/6 Piotr Zalewa <zal...@gmail.com>: > Hi, > > I want to create a script which will load my default setup (quite a few > programs). > > How to run a program so it will be displayed on a desired tab? (view, > workspace - I always had a problem with that lingo)
I have used xdotool for this. I've been lazy and just put arbitrary sleeps between launching programs though, when really I should be waiting until a window with the appropriate name or class appears. Alex