
5 Feb
2013
5 Feb
'13
4:16 a.m.
On Mon, Feb 4, 2013 at 6:15 PM, Brandon Allbery
fwiw I don't see why this (or ensuing operations, notably cleanMask) would fail. Might be worth trying DebugKeyEvents to see what's going on?
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DebugKeyEvents.htm...
I tried adding this to my xmonad.hs and recompile/restart, but I'm not getting any output to .xsession-errors. I imported XMonad.Hooks.DebugKeyEvents and appended <+> debugKeyEvents to my handleEventHook. Am I missing something?