On Wed, Mar 30, 2011 at 2:25 PM, chris M. sprite <[email protected]> wrote:
> Well, so what should I do ? change mytasklist_template into others or modify 
> mytasklist[s] ?

Well, you can always edit the rules.lua to return nil instead of
c.icon, but that would be a really dirty hack. Someone even proposed
it on wiki but was reverted by anrxc. So you know its bad :).

I tried setting setting up client's icon in manage signal to an
arbitrary image I had:

client.add_signal("manage", function (c, startup)
    c.icon = image(beautiful.widget_mpd)
end)

It works. Maybe you can use a blank image instead. You can pass to
image() the path to any (supported) image file. I know that PNG is
supported.

This will cause icons to disappear from menus, and probably other
places that show an icon too.

-- 
Anurag Priyam
http://about.me/yeban/

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

Reply via email to