
5 Jun
2007
5 Jun
'07
11:46 p.m.
On 6/5/07, Donald Bruce Stewart
How about we just set the logging function itself in Config.hs?
logging :: WindowSet -> X () logging s = return () -- no logging
logging s = hPrint stdout -- normal
logging s = do e <- grabsomethingfun from XMonadContrib hPrint in my own format (e,s)
I like it! --dave -- David Glasser | glasser@mit.edu | http://www.davidglasser.net/