[XMonad] Don't apply ewmh to global config

This commit is contained in:
Ivan Malison 2016-10-25 18:05:36 -07:00
parent f1ba748618
commit c4dbbc7ad2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -57,7 +57,7 @@ getClassRemap = do
text <- B.readFile (home </> ".lib/class_remap.json")
return $ fromMaybe M.empty (decode text)
main = xmonad $ ewmh $ pagerHints def
main = xmonad $ pagerHints def
{ modMask = mod4Mask
, terminal = "urxvt"
, workspaces = ["Main", "Chat", "Music", "Sports", "Podcast", "Minimize", "7", "8", "9"]