[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: libnotify bind (lua-notify)
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 10 Sep 2010 07:55:12 +0200
On Fri, Sep 10, 2010 at 5:53 AM, Gabriel Duarte <confusosk8@gmail.com> wrote:
> I just wrote a bind from libnotify to Lua 5.1 (lua-notify), now, we are able
> to pop up notification on desktop easily.
There's also linotify:
http://github.com/hoelzro/linotify
So the question is, what cool features does it provide? One thing
about linotify which makes it somewhat inflexible is that provides
blocking event reads on each watched directory, so for non-trivial
stuff you need to do some kind of threading. (And that's another thing
altogether!)
steve d.