
17 Nov
2007
17 Nov
'07
11:16 a.m.
Hi Andrea, On Fri, Nov 16, 2007 at 11:42:40PM -0200, Andrea Spada wrote:
Hi, i'm tweaking hard on my xmonad.hs... I have now a setup I like, xcept for one thing... i'd like to understand how to configure the logHook!!! I want to use the ewmhDesktopsLogHook as well dyamicLog... anyone know how to do that?
[...]
myLogHook = ewmhDesktopsLogHook
I must confess I don't use ewmhDesktopsLogHook but, as far as I understand, something like: myLogHook = ewmhDesktopsLogHook >> dynamicLogWithPP defaultPP should be just fine. Is it not? Andrea