On Thu, Oct 06, 2011 at 10:11:16AM +0200, Uli Schlachter wrote: > What I propose is: > > mytaglist[s] = awful.widget.taglist(s, function(t, args) > local clients = t:clients() > local empty = true > for k, c in pairs(clients) do > if c.type ~= "desktop" then > empty = false > end > end > if not empty then > return awful.widget.taglist.label.noempty(t, args) > else > return nil > end > end, mytaglist.buttons) > That is the alternative I had thought of to the change in tag.c. I am fine with that solution.
Is the change in client.c with regard to the visibility of desktop clients accepted? Regards, David. > -- > The Angels have the phone box! > > -- > To unsubscribe, send mail to [email protected]. -- To unsubscribe, send mail to [email protected].
