XMonad.Config.Desktop type problem (monomorphism?)

With main = xmonad defaultConfig {layoutHook = desktopLayoutModifiers Full} I got a type error, that's not present with the patch.
This commit is contained in:
Malebria 2008-06-10 18:28:56 +00:00
parent f736a57bf0
commit a8c84232f3

View File

@ -34,4 +34,4 @@ desktopConfig = defaultConfig
desktopKeys (XConfig {modMask = modm}) = M.fromList $
[ ((modm, xK_b), sendMessage ToggleStruts) ]
desktopLayoutModifiers = avoidStruts . ewmhDesktopsLayout
desktopLayoutModifiers layout = avoidStruts $ ewmhDesktopsLayout layout