[+CC: [email protected]]

You forgot to CC the list :).

On Thu, Feb 16, 2012 at 11:35 PM, Paweł Rumian <[email protected]> wrote:
> Thank you very much for your solution Anurag - unfortunately it's not
> THAT easy.
> Saying about 'terminal' was an unnecessary simplification made by me -
> in fact it is a monitoring application opened in urxvt. And there
> should be two or sometimes three instances of it...
> Of course they are all reporting WM_CLASS="urxvt", and the same WM_NAME.

Doesn't `-name` option of urxvt help?  For a terminal launched as:

$ urxvt -name foo

you can match it in awesome with:

{ rule = { instance = "foo" },
...
}

> Opening three terminals by hand and launching the clients inside is
> what I do now, I just wanted to simplify this.

And you can directly run a command with `-e` switch:

  urxvt -name irssi -e irssi

-- 
Anurag Priyam

--
To unsubscribe, send mail to [email protected].

Reply via email to