
5 Feb
2013
5 Feb
'13
8:14 a.m.
On Tue, Feb 5, 2013 at 4:18 AM, Thomas Løcke
On Mon, Feb 4, 2013 at 4:53 PM, adam vogt
wrote: 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 <+>?
Exactly.