Guest User

Untitled

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1.  
  2. xmonad.hs:29:30:
  3. Couldn't match expected type `Bool' against inferred type `m a'
  4. In the first argument of `whenM', namely `io'
  5. In the `startupHook' field of a record
  6. In the first argument of `additionalKeys', namely
  7. `defaultConfig
  8. {startupHook = whenM io isInitialStartup initialStartupHook,
  9. manageHook = myManageHook <+> manageHook defaultConfig,
  10. layoutHook = avoidStruts $ layoutHook defaultConfig,
  11. logHook = dynamicLogWithPP
  12. (xmobarPP
  13. {ppOutput = hPutStrLn xmproc,
  14. ppTitle = xmobarColor "green" "" . shorten 50}),
  15. modMask = mod4Mask}'
Add Comment
Please, Sign In to add comment