davama

xmonad-grid-gaps-error

Jun 29th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Error detected while loading xmonad configuration file: /home/dvmacias/.xmonad/xmonad.hs
  2.  
  3. xmonad.hs:222:63: error:
  4. • Couldn't match expected type ‘Integer’ with actual type ‘Int’
  5. • In the first argument of ‘spacing’, namely ‘s’
  6. In the second argument of ‘(.)’, namely ‘(spacing s)’
  7. In the expression:
  8. (gaps [(U, s), (R, s), (L, s), (D, s)]) . (spacing s)
  9. |
  10. 222 | gapper s = (gaps [(U, s), (R, s), (L, s), (D, s)]) . (spacing s)
  11. | ^
  12.  
  13. xmonad.hs:235:46: error:
  14. • Couldn't match expected type ‘Int’ with actual type ‘Integer’
  15. • In the second argument of ‘grid’, namely ‘myBorderSpace’
  16. In the second argument of ‘named’, namely
  17. ‘(grid G.T myBorderSpace)’
  18. In the first argument of ‘(|||)’, namely
  19. ‘named "TT" (grid G.T myBorderSpace)’
  20. |
  21. 235 | ||| named "TT" (grid G.T myBorderSpace) -- grid ; Top ; spacing
  22. | ^^^^^^^^^^^^^
  23.  
  24. Please check the file for errors.
Add Comment
Please, Sign In to add comment