Skip to content

Instantly share code, notes, and snippets.

@galdosd
Created February 23, 2016 07:52
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 galdosd/f27e21ca6bada77a9a2a to your computer and use it in GitHub Desktop.
Save galdosd/f27e21ca6bada77a9a2a to your computer and use it in GitHub Desktop.
import XMonad
import XMonad.Hooks.SetWMName
main = xmonad defaultConfig
{ modMask = mod4Mask -- Use WinKey instead of Alt
, startupHook = setWMName "LG3D" -- required so java apps like IntelliJ work (otherwise will get grey screen)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment