forked from colonelpanic/dotfiles
[XMonad] Fix hyper alias
This commit is contained in:
parent
57579663d5
commit
78f15eb305
@ -758,7 +758,7 @@ addKeys conf@XConfig { modMask = modm } =
|
|||||||
]
|
]
|
||||||
where
|
where
|
||||||
modalt = modm .|. mod1Mask
|
modalt = modm .|. mod1Mask
|
||||||
hyper = hyper
|
hyper = mod3Mask
|
||||||
hctrl = hyper .|. controlMask
|
hctrl = hyper .|. controlMask
|
||||||
|
|
||||||
-- Local Variables:
|
-- Local Variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user