| Copyright | (c) Brandon S Allbery KF8NH 2012 | 
|---|---|
| License | BSD3-style (see LICENSE) | 
| Maintainer | allbery.b@gmail.com | 
| Stability | unstable | 
| Portability | not portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
XMonad.Hooks.DebugEvents
Description
Module to dump diagnostic information about X11 events received by
 xmonad.  This is incomplete due to Event being incomplete and not
 providing information about a number of events, and enforcing artificial
 constraints on others (for example ClientMessage); the X11 package
 will require a number of changes to fix these problems.
Synopsis
- debugEventsHook :: Event -> X All