aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc/Extending.hs
diff options
context:
space:
mode:
authorDaniel Schoepe <asgaroth_@gmx.de>2009-06-18 12:43:18 +0200
committerDaniel Schoepe <asgaroth_@gmx.de>2009-06-18 12:43:18 +0200
commitb578d52a5dcfa89ab65c027478dbb553df4c34e5 (patch)
tree467c24d2b1389ca970ee75eaa9f59d96340a0b56 /XMonad/Doc/Extending.hs
parentbfb82d0656f23b9a5b68b31dc985423844499f34 (diff)
downloadXMonadContrib-b578d52a5dcfa89ab65c027478dbb553df4c34e5.tar.gz
XMonadContrib-b578d52a5dcfa89ab65c027478dbb553df4c34e5.tar.xz
XMonadContrib-b578d52a5dcfa89ab65c027478dbb553df4c34e5.zip
Remove Hooks.EventHook
Ignore-this: 14c32fddc8b7b0561e97eb1d09e27fd7 The Hooks.EventHook module is superseded by handleEventHook from core and should no longer be needed. darcs-hash:20090618104318-cb1c6-43b2f002f74c3eab3a8ea916caa17ea77bae0e16.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Doc/Extending.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs
index 67dd8c6..39e11a2 100644
--- a/XMonad/Doc/Extending.hs
+++ b/XMonad/Doc/Extending.hs
@@ -243,8 +243,6 @@ Here is a list of the modules found in @XMonad.Hooks@:
putting in a status bar of some sort. See
"XMonad.Doc.Extending#The_log_hook_and_external_status_bars".
-* "XMonad.Hooks.EventHook": a hook to handle X events at the layout level.
-
* "XMonad.Hooks.EwmhDesktops": support for pagers in panel applications.
* "XMonad.Hooks.ManageDocks": handle DOCK and STRUT windows (such as
@@ -254,7 +252,7 @@ Here is a list of the modules found in @XMonad.Hooks@:
* "XMonad.Hooks.ManageHelpers": provide helper functions to be used
in @manageHook@.
-* "XMonad.Hooks.ServerMode": example use of "XMonad.Hooks.EventHook".
+* "XMonad.Hooks.ServerMode": Allows sending commands to a running xmonad process.
* "XMonad.Hooks.SetWMName": set the WM name. Useful when e.g. running
Java GUI programs.