On Fri, Mar 25, 2011 at 7:11 PM, 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] } },
>
> The buddy_list is the main window, conversation is the conversation
> windows spawned with various buddies. The reason I don't just use
> class = "Pidgin" is because I use the 'Pounces' feature to notify me
> when significant people logon, and it would just pop-up on that tag
> (not very useful if I don't have it in front).
>
> Is there a more concise way to do the above? Can I either (this is not
> valid AFAIK):-
>
> { rule = { class = "Pidgin" , role = "conversation" OR "buddy_list" },
> properties = { tag = tags[1][4] } },
>
> Or
>
> { rule = { class = "Pidgin" , name NOT = "New Pounces" },
> properties = { tag = tags[1][4] } },
Hey, just an (untested) idea here: have you tried to add an empty rule
for the new pounces?
{ rule = { class = "Pidgin" , name = "New Pounces" },
properties = {},
{ rule = { class = "Pidgin"},
properties = { tag = tags[1][4] } },
HTH
--
To unsubscribe, send mail to [email protected].