On Sat, Mar 26, 2011 at 9:12 PM, Anurag Priyam <[email protected]> wrote:
> On Sat, Mar 26, 2011 at 3:41 AM, Oon-Ee Ng <[email protected]> wrote:
>> Currently I'm using this for Pidgin:-
>>
>>    { rule = { class = "Pidgin" , role = "conversation" },
>>      properties = { tag = tags[1][4] } },
>>    { rule = { class = "Pidgin" , role = "buddy_list" },
>>      properties = { tag = tags[1][4] } },
> Don't fix it if it ain't broken :).
> Give rule_any a try. Something like this (untested):
>
> { rule_any = { role = {"conversation", "buddy_list"} },
>  properties = { tag = tags[1][4] } },
>
> [1] http://awesome.naquadah.org/doc/api/modules/awful.rules.html

Hi Anurag, thanks for your reply,

I know about rule_any, but the above potentially matches non-Pidgin
windows. Perhaps the amount of complexity I'm looking for is not
commonly used, in any case (2 rules solves it of course).

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

Reply via email to