Hello!
I want to open my chat-windows as slaves. I add this code to rc.lua
{ rule = { class = "Pidgin", role = "buddy_list" },
properties = { tag = tags[1][4]} },
{ rule = { class = "Pidgin", role = "conversation" },
properties = { tag = tags[1][4]}, callback = awful.client.setslave },
If I open window by double click it opens fine- after contact list. But
if window opens by getting new message (I have such settings) it opens
before contact list.
Is there any way to let chat-windows self-open as slaves?
Regards, Dennis.
--
To unsubscribe, send mail to [email protected].