Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error detected while loading xmonad configuration file: /home/dvmacias/.xmonad/xmonad.hs
- xmonad.hs:222:63: error:
- • Couldn't match expected type ‘Integer’ with actual type ‘Int’
- • In the first argument of ‘spacing’, namely ‘s’
- In the second argument of ‘(.)’, namely ‘(spacing s)’
- In the expression:
- (gaps [(U, s), (R, s), (L, s), (D, s)]) . (spacing s)
- |
- 222 | gapper s = (gaps [(U, s), (R, s), (L, s), (D, s)]) . (spacing s)
- | ^
- xmonad.hs:235:46: error:
- • Couldn't match expected type ‘Int’ with actual type ‘Integer’
- • In the second argument of ‘grid’, namely ‘myBorderSpace’
- In the second argument of ‘named’, namely
- ‘(grid G.T myBorderSpace)’
- In the first argument of ‘(|||)’, namely
- ‘named "TT" (grid G.T myBorderSpace)’
- |
- 235 | ||| named "TT" (grid G.T myBorderSpace) -- grid ; Top ; spacing
- | ^^^^^^^^^^^^^
- Please check the file for errors.
Add Comment
Please, Sign In to add comment