
5 Feb
2013
5 Feb
'13
4:18 a.m.
On Mon, Feb 4, 2013 at 4:53 PM, adam vogt
The following added to a config lets xmonad work after you `xmodmap -e "clear mod2"':
handleEventHook = ( \e -> case e of MappingNotifyEvent {} -> return (All False) _ -> mempty)
This is my current handleEventHook: , handleEventHook = fullscreenEventHook How do I add the code you proposed? Do I just append it with a <+>?