aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorallbery.b <allbery.b@gmail.com>2014-08-03 04:06:01 +0200
committerallbery.b <allbery.b@gmail.com>2014-08-03 04:06:01 +0200
commitf2ea4ff515f3f3b0f16616fb11df907ac7f60f47 (patch)
tree0dd49ea1ffb72c212e0a4c6e641425136c980ab7 /xmonad-contrib.cabal
parentc2218350dfd21f60707e34eb1db112a0ae2ba548 (diff)
downloadXMonadContrib-f2ea4ff515f3f3b0f16616fb11df907ac7f60f47.tar.gz
XMonadContrib-f2ea4ff515f3f3b0f16616fb11df907ac7f60f47.tar.xz
XMonadContrib-f2ea4ff515f3f3b0f16616fb11df907ac7f60f47.zip
debug-managehook
Ignore-this: 51f9255b496cca79e4a53e274c400ecc A set of hooks, and convenience combinators, to help with ManageHook debugging. Ordinary users may well want to use debugManageHookOn in normal configs, specifying a key sequence which can be pressed before running a command in order to capture debug information just for that command's main window. This is especially useful when trying to diagnose issues such as programs that do not play well with SpawnOn, or ManageHook matching on 'title' when the program does not set the window title until after it is mapped. darcs-hash:20140803020601-181ff-78e3735233c7af1d65d1aa3b2b6dbfead1a987b7.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index cd77fa2..698a40c 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -166,6 +166,7 @@ library
XMonad.Hooks.FloatNext
XMonad.Hooks.ICCCMFocus
XMonad.Hooks.InsertPosition
+ XMonad.Hooks.ManageDebug
XMonad.Hooks.ManageDocks
XMonad.Hooks.ManageHelpers
XMonad.Hooks.Minimize