11 Nov
2007
11 Nov
'07
10:56 p.m.
Question: Should it be eventHooks :: [Event -> X Bool] instead of eventHook :: Event -> X Bool, or should there be a composeEvents function, like ManageHook.composeAll? Sun Nov 11 17:46:16 EST 2007 Devin Mullins <me@twifkak.com> * add configurable X Event handling Once this is committed, I'll port UrgencyHook to be an eventHook. I'm already in love, though: , eventHook = noFollow noFollow CrossingEvent {} = return False noFollow _ = return True