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 <andrea.rossato@unibz.it> * WindowNavigation: don't export the config constructor and some haddock fixes I told to David I would have taken care of that: instead of exporting the config constructor we export 2 functions: navigateColor and noNavigateBorders. Updated documentation accordingly. Mon Oct 15 12:55:04 EDT 2007 David Roundy <droundy@darcs.net> * compute a reasonable navigation color based on focussed color.
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 <mailing_list@istitutocolli.org> wrote: Genius!!! Thank's a lot! I'm using the ewmh extension because my panel of choice, pypanel, doesn't works if the ROOT window is not properly supported. -- italian follow Non avrei mai capito come risolvere questo affare... senza dubbio, é ora di mettermi a imparare Haskell... bel lavoro! Ah, e complimenti com il tuo daffare com la documentazione! --- It works like a charm!!!
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