Hi, Am Thu, 21 Jan 2010 15:30:25 -0200 schrieb Renato Botelho <[email protected]>:
> I have following rule:
>
> { rule = { class = "claws-mail" },
> properties = { tag = tags[1][3] } },
>
> ...
>
> Using xprop i can confirm class of window
>
> WM_CLASS(STRING) = "claws-mail", "Claws-mail"
>
The second output string from xprop tells you the client's actual class.
So try:
{ rule = { class = "Claws-mail" },
properties = { tag = tags[1][3] } },
Regards,
christian
signature.asc
Description: PGP signature
