xmonad-contrib-0.17.1: Community-maintained extensions for xmonad
Copyright(c) Brandon S Allbery KF8NH 2012
LicenseBSD3-style (see LICENSE)
Maintainerallbery.b@gmail.com
Stabilityunstable
Portabilitynot portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Documentation

debugEventsHook :: Event -> X All Source #

Event hook to dump all received events. You should probably not use this unconditionally; it will produce massive amounts of output.