Guest User

xmonad hack error message

a guest
Jun 22nd, 2011
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. xmonad.hs:443:29:
  2. Couldn't match expected type `a -> b'
  3. against inferred type `XMonad.Layout.LayoutModifier.ModifiedLayout
  4. AvoidStruts
  5. (Choose Full (Choose (Mirror ResizableTall) ResizableTall))
  6. a1'
  7. In the first argument of `($)', namely `myLayout'
  8. In the `layoutHook' field of a record
  9. In the first argument of `ewmh', namely
  10. `defaultConfig
  11. {terminal = myTerminal, focusFollowsMouse = myFocusFollowsMouse,
  12. borderWidth = myBorderWidth, modMask = myModMask,
  13. workspaces = myWorkspaces, normalBorderColor = myNormalBorderColor,
  14. focusedBorderColor = myFocusedBorderColor, keys = myKeys,
  15. mouseBindings = myMouseBindings,
  16. layoutHook = myLayout $ onWorkspace "8" simplestFloat,
  17. manageHook = myManageHook, handleEventHook = myEventHook,
  18. startupHook = myStartupHook,
  19. logHook = dynamicLogWithPP $ defaultPP {ppOutput = hPutStrLn h}}'
Add Comment
Please, Sign In to add comment