On Wed, Aug 12, 2009 at 08:54:48PM +0200, harlock wrote:
> 
> Hi,
> 
> I am trying to force pidgin to open only on the "messages" tag. I am using 
> this code:
> ["Pidgin"] = { screen = 1, tag = "messages" },
> ["Buddy List"] = { screen = 1, tag = "messages" },
> but no matter what pidgin starts on the current tag :(
> 
> What am I doing wrong ?
> 

How are your tags set up.

Even though I gave mine different names I still have to use the numbers to 
assign windows to them.
so I use
   
   ["Chats"] = { screen = 1, tag = 7 },
   ["Pidgin"] = { screen = 1, tag = 7 },

To get them where I want them to be.

The number should be the same as the Super + number you use to switch to that 
tag.

Cheers and hope that helps,
Sias

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

Reply via email to