[xmonad] defaultConfig?

Dominik Bruhn dominik at dbruhn.de
Fri Sep 26 11:01:58 EDT 2008


Hy,
that worked, thanks!

On Fri, Sep 26, 2008 at 07:05:12AM -0700, Devin Mullins wrote:
> On Thu, Sep 25, 2008 at 07:06:19PM +0200, Dominik Bruhn wrote:
> > Hy,
> > thanks for your answer but it didnt help. I changed the line to:
> > --
> >             ((modm, xK_space), scratchpadSpawnAction =<< dbruhnConfig),
> > --
> > 
> > and I get a haskell-error. I attached my Config-File and the error-log. 
> 
> Ah, that's because your config changed since you last posted. Before, it
> was Monad m => m (XConfig l), and now it's IO (XConfig l). Also, you
> definitely don't want to =<< twice as that'll spawnPipe twice, which
> will probably lead to blockage.
> 
> Do this:
> >         mykeys conf@(XConfig {modMask = modm}) = M.fromList $ [
> >             ....
> >             ((modm, xK_space), scratchpadSpawnAction conf),
> _______________________________________________
> xmonad mailing list
> xmonad at haskell.org
> http://www.haskell.org/mailman/listinfo/xmonad

-- 
Dominik Bruhn
mailto: dominik at dbruhn.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://www.haskell.org/pipermail/xmonad/attachments/20080926/55b0c856/attachment.bin


More information about the xmonad mailing list