On Mon, Feb 4, 2013 at 4:53 PM, adam vogt <vogt.adam@gmail.com> 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 <+>?