On Thu, Jan 21, 2010 at 4:56 PM, Christian Cikryt
<[email protected]> wrote:
> 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] } },

I've already have it here:

    { rule = { class = "claws-mail" },
      properties = { tag = tags[1][3] } },
    { rule = { class = "Claws-mail" },
      properties = { tag = tags[1][3] } },


-- 
Renato Botelho

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

Reply via email to