darcs patch: WindowNavigation: don't export the confi... (and 1 more)

I'm ambivalent about whether this goes into 0.4. It's a pretty
peripheral extension, so maybe this should go in so it'll change
less on its second stable release. Or we could leave it out. I
don't care. The default layout uses an extremely hokey computation
of an average of the focussed and normal border colors, but it
seems to give qualitatively reasonable colors anyhow.
David
Sat Oct 13 05:05:24 EDT 2007 Andrea Rossato

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? I attach my xmonad.hs. Thanks's a lot for everyone! XMonad rule!!! Andrea

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

On Sat, 17 Nov 2007 12:16:08 +0100
Andrea Rossato
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
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
participants (3)
-
Andrea Rossato
-
Andrea Spada
-
David Roundy