[XMonad] Fix hyper alias

This commit is contained in:
Ivan Malison 2017-03-10 16:30:30 -08:00
parent 57579663d5
commit 78f15eb305
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -758,7 +758,7 @@ addKeys conf@XConfig { modMask = modm } =
]
where
modalt = modm .|. mod1Mask
hyper = hyper
hyper = mod3Mask
hctrl = hyper .|. controlMask
-- Local Variables: