Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Error detected while loading xmonad configuration file: /home/b52/.xmonad/xmonad.hs
  2.  
  3. xmonad.hs:19:15:
  4. Couldn't match expected type `GHC.Word.Word64'
  5. against inferred type `XMonad.Layout.LayoutModifier.ModifiedLayout
  6. XMonad.Layout.Gaps.Gaps l a'
  7. Expected type: l a -> Window
  8. Inferred type: l a
  9. -> XMonad.Layout.LayoutModifier.ModifiedLayout
  10. XMonad.Layout.Gaps.Gaps l a
  11. In the `layoutHook' field of a record
  12. In the second argument of `($)', namely
  13. `defaultConfig
  14. {workspaces = myWorkspaces, terminal = myTerminal,
  15. modMask = myModMask, borderWidth = myBorderWidth,
  16. logHook = myLogHook dzen, layoutHook = myLayoutHook}'
  17.  
  18. Please check the file for errors.
Add Comment
Please, Sign In to add comment