Skip to content

Instantly share code, notes, and snippets.

@silky
Created April 5, 2021 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silky/c8537d221e1ab24090e012ff4428296b to your computer and use it in GitHub Desktop.
Save silky/c8537d221e1ab24090e012ff4428296b to your computer and use it in GitHub Desktop.
xmonad xinerama issue

if you don't install the xinerama headers before compiling xmonad, then the x11 package doesn't build with xinerama support

solution: install the libxinerama-dev library before building xmonad

alternatively, if you didn't do that, then i just deleted the entire ~/.stack and .stack-work folders and rebuilt it. then it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment