[xmonad] darcs patch: add configurable X Event handling
Devin Mullins
me at twifkak.com
Sun Nov 11 17:56:39 EST 2007
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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 12414 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/xmonad/attachments/20071111/c393a681/attachment-0001.bin
More information about the xmonad
mailing list