I've had that bug for more than a month, while I was using Ubuntu. In Gentoo and other distros, everything works fine.
On Fri, Aug 21, 2009 at 08:04:36PM +0200, johnchristopher wrote: > Hi, > Here's my config: http://pastebin.com/m915dbad > > Conversations windows appears on the appropriate tag but the buddy list > always shows up on the current tag whatever tag I set it up to in the > config file: > > apptags = > { > ["Pidgin"] = { screen = 1, tag = 5 }, > ["Buddy List"] = { screen = 1, tag = 5 }, > ["Buddy"] = { screen = 1, tag = 5 }, > -- more stuff here > } > > and then: > > for tagnumber = 1, 5 do > tags[s][tagnumber] = tag(tagnumber) > -- Add tags to screen one by one > tags[s][tagnumber].screen = s > awful.layout.set(layouts[1], tags[s][tagnumber]) > end > -- I'm sure you want to see at least one tag. > awful.layout.set(layouts[3], tags[s][4]) > tags[s][1].selected = true > > I don't know why but I have the funny feeling it's related to the pidgin > notification icon. Maybe something like the firefox maximize quirk in > another thread. > > > -- > To unsubscribe, send mail to [email protected]. -- To unsubscribe, send mail to [email protected].
