Created
February 23, 2016 07:52
-
-
Save galdosd/f27e21ca6bada77a9a2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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