[xmonad] xmodmap -e "clear mod2" is killing my xmonad mod key
Thomas Løcke
thomas.granvej6 at gmail.com
Tue Feb 5 10:18:40 CET 2013
On Mon, Feb 4, 2013 at 4:53 PM, adam vogt <vogt.adam at 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 <+>?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20130205/83b32302/attachment.htm>
More information about the xmonad
mailing list