
13 Jan
2008
13 Jan
'08
9:38 a.m.
On Tue, Jan 01, 2008 at 08:23:42PM -0500, David Roundy wrote:
But I didn't suggest to fork a thread, but rather a process. And that's something that ghc's stupidity can't affect. It's somewhat inefficient, but more elegant (and more efficient) than shipping extra binaries.
I've just pushed XMonad.Util.Timer which exports: startTimer :: Rational -> X TimerId and handleTimer :: TimerId -> Event -> X (Maybe a) -> X (Maybe a) hope this makes sense. I'm using it, now, in XMonad.Layout.ShowWName, which does not require dzen anymore. Thanks for you suggestions. Andrea