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] } },
--
To unsubscribe, send mail to [email protected].