On Sat, Jun 20, 2009 at 10:26, Julien Danjou<[email protected]> wrote:
> ----- Forwarded message from Filippo Giunchedi <[email protected]> -----

>> I noticed that notification (pun intended) doesn't show up (or better,
>> they are destroyed as soon as they show, a "flicker" can be seen
>> sometimes) when called within a timer every x and notification has a
>> timeout of y with y <= x
>>
>> In other words:
>>
>> awful.hooks.timer.register(10, function ()
>>   naughty.notify({text = "foo", title = "bar", timeout = 10})
>> end)

This seems to work fine for me, the notification dies after ten
seconds and a new one pops up. Not sure what could go wrong.

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

Reply via email to