On 06.10.2011 21:15, David Palacio wrote:
> 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?

Oh, sorry, I "git push"d to the wrong remote (so when I wrote the following in
an earlier mail, I thought your patch was visible in git:

> Pushed, although I'm still not convinced.

Anyway:

http://git.naquadah.org/?p=awesome.git;a=commitdiff;h=db1610c7dc4b8b15b367a6e5b62a29314bd5996a

Definitely pushed now. :-)

Uli
-- 
- He made himself, me nothing, you nothing out of the dust
- Er machte sich mir nichts, dir nichts aus dem Staub

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

Reply via email to