xmonad-contrib-0.11: Third party extensions for xmonad

Portabilitynot portable
Stabilityunstable
Maintainerallbery.b@gmail.com
Safe HaskellNone

XMonad.Util.DebugWindow

Description

Module to dump window information for diagnostic/debugging purposes. See XMonad.Hooks.DebugEvents and XMonad.Hooks.DebugStack for practical uses.

Synopsis

Documentation

debugWindow :: Window -> X StringSource

Output a window by ID in hex, decimal, its ICCCM resource name and class, and its title if available. Also indicate override_redirect with an exclamation mark, and wrap in brackets if it is unmapped or withdrawn.