Advertisement
lswest

error msg

Jul 7th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Error detected while loading xmonad configuration file: /home/lswest/.xmonad/xmonad.hs
  2.  
  3. xmonad.hs:110:5:
  4. No instances for (LayoutClass l0 Window, Read (l0 Window))
  5. arising from a use of `xmonad'
  6. Possible fix:
  7. add instance declarations for
  8. (LayoutClass l0 Window, Read (l0 Window))
  9. In the first argument of `(=<<)', namely `xmonad'
  10. In the expression: xmonad =<< toggleStrutsKey conf
  11. In the expression:
  12. do { din <- spawnPipe statusBarCmd;
  13. spawn secondBarCmd;
  14. xmonad =<< toggleStrutsKey conf }
  15.  
  16. xmonad.hs:110:16:
  17. Couldn't match expected type `IO (XConfig l0)'
  18. with actual type `(KeyMask, KeySym)'
  19. In the return type of a call of `toggleStrutsKey'
  20. In the second argument of `(=<<)', namely `toggleStrutsKey conf'
  21. In the expression: xmonad =<< toggleStrutsKey conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement