Re: [dev] run a program and display on a specific tab

2011-06-07 Thread hiro
Ok, this makes sense On Tue, Jun 7, 2011 at 15:14, Andrew Hills wrote: > > He's saying wmii (and the process of configuring it) is complicated > beyond reasonable. >

Re: [dev] run a program and display on a specific tab

2011-06-07 Thread Andrew Hills
On Mon, Jun 6, 2011 at 9:26 PM, hiro <23h...@googlemail.com> wrote: >> The problem has become insoluble. Even locating all possible >> solutions is NP-hard. > > I don't get it. He's saying wmii (and the process of configuring it) is complicated beyond reasonable. --Andrew Hills

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread hiro
> The problem has become insoluble.  Even locating all possible > solutions is NP-hard. I don't get it.

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Piotr Zalewa
On 06/06/11 23:03, Ruben Gonzalez Arnau wrote: On 06/06/11 12:20, Piotr Zalewa wrote: 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)

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Ruben Gonzalez Arnau
On 06/06/11 12:20, Piotr Zalewa wrote: 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) thanks, zalun Assuming you are using sh ver

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Ruben Gonzalez Arnau
On 06/06/11 12:20, Piotr Zalewa wrote: 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) thanks, zalun Assuming you are using sh ver

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Benoit T
hello, if you were referring to dwm rather than wmii... On Mon, Jun 06, 2011 at 02:49:57PM +0100, Piotr Zalewa wrote: > >>I want to create a script which will load my default setup (quite a > >>few programs). > > > >I use .xinitrc for this. ... or .xsession > I don't want to do it every time t

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Kurt H Maier
On Mon, Jun 6, 2011 at 11:52 AM, Piotr Zalewa wrote: > wmii The problem has become insoluble. Even locating all possible solutions is NP-hard. -- # Kurt H Maier

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Piotr Zalewa
On 06/06/11 15:41, Connor Lane Smith wrote: Hey, 2011/6/6 Piotr Zalewa: How to run a program so it will be displayed on a desired tab? (view, workspace - I always had a problem with that lingo) So are we talking about wmii or dwm or what? wmii zalun

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Alex Bradbury
2011/6/6 Piotr Zalewa : > 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 ju

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Ethan Grammatikidis
On Mon, 6 Jun 2011 10:04:57 -0400 Kurt H Maier wrote: > > It's more complicated as xterms are on many tags > > Window class is not the only thing tags can use. Even if it was, xterms have more than one way to set window class. -T was always my favourite.

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Connor Lane Smith
Hey, 2011/6/6 Piotr Zalewa : > How to run a program so it will be displayed on a desired tab? (view, > workspace - I always had a problem with that lingo) So are we talking about wmii or dwm or what? cls

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Kurt H Maier
2011/6/6 Piotr Zalewa : > I don't want to do it every time You are allowed to have more than one .xinitrc on a system. > It's more complicated as xterms are on many tags Window class is not the only thing tags can use. -- # Kurt H Maier

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Piotr Zalewa
On 06/06/11 11:40, ilf wrote: On 06-06 11:20, Piotr Zalewa wrote: I want to create a script which will load my default setup (quite a few programs). I use .xinitrc for this. I don't want to do it every time How to run a program so it will be displayed on a desired tab? (view, workspace - I

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Piotr Zalewa
On 06/06/11 14:47, Erik Hahn wrote: On Mon, Jun 06, 2011 at 11:20:29AM +0100, Piotr Zalewa wrote: 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

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread Erik Hahn
On Mon, Jun 06, 2011 at 11:20:29AM +0100, Piotr Zalewa wrote: > 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) In wmii, yo

Re: [dev] run a program and display on a specific tab

2011-06-06 Thread ilf
On 06-06 11:20, Piotr Zalewa wrote: I want to create a script which will load my default setup (quite a few programs). I use .xinitrc for this. 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 assign programs to tag

[dev] run a program and display on a specific tab

2011-06-06 Thread Piotr Zalewa
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) thanks, zalun