On Thu, Sep 22, 2011 at 10:32 PM, Anurag Priyam
<[email protected]> wrote:
> On Wed, Sep 21, 2011 at 1:21 PM, Klaus Umbach <[email protected]> 
> wrote:
>> On 19.09.11 02:33, Anurag Priyam wrote:
> [...]
>>> $ awesome-client
>>> c = client.focus
>>> c.icon = mailicon.image
>>
>> Where in rc.lua can I set this?
>
> That is for you to figure out and let us know too :). I would try it
> through rules or 'manage' signal first.

In case you didn't figure it out yet, setting icon in the rules table works.

    { rule = { name = "irssi" },
      properties = {floating = true, icon = image(beautiful.chat)}
    }

`beautiful.chat` is a PNG.

-- 
Anurag Priyam

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

Reply via email to