[xmonad] that's it

Andrea Rossato mailing_list at istitutocolli.org
Fri Jan 25 15:35:39 EST 2008


On Fri, Jan 25, 2008 at 08:01:35PM +0100, Andrea Rossato wrote:
> newKeys x  = M.union (keys defaultConfig x) (M.fromList (myKeys x))
> 
> main = xmonad defaultConfig { layoutHook = myL }

oops...

main = xmonad defaultConfig { layoutHook = myL, keys = newKeys }

andrea


More information about the xmonad mailing list