mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-30 19:51:51 -07:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user