[xmonad] xmodmap -e "clear mod2" is killing my xmonad mod key
adam vogt
vogt.adam at gmail.com
Tue Feb 5 14:14:46 CET 2013
On Tue, Feb 5, 2013 at 4:18 AM, Thomas Løcke <thomas.granvej6 at gmail.com> wrote:
>
> 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 <+>?
Exactly.
More information about the xmonad
mailing list