aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc/Extending.hs
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2010-06-16 07:11:24 +0200
committerJustin Bogner <mail@justinbogner.com>2010-06-16 07:11:24 +0200
commit6933eb1d3e2b98eac9a165b4007c32629849985c (patch)
tree2320b84478257cfed3a96f8aadbbe28453f85049 /XMonad/Doc/Extending.hs
parent49fe8baf11846db67486ad348b443717702f4001 (diff)
downloadXMonadContrib-6933eb1d3e2b98eac9a165b4007c32629849985c.tar.gz
XMonadContrib-6933eb1d3e2b98eac9a165b4007c32629849985c.tar.xz
XMonadContrib-6933eb1d3e2b98eac9a165b4007c32629849985c.zip
A hook to handle minimize/restore window manager hints.
Ignore-this: c562ce1df81bce9a7dc5e7fe2dc67a43 XMonad.Hooks.Minimize handles both minimize and restore messages. Handling restore messages was already done in RestoreMinimized, which this module intends to replace. darcs-hash:20100616051124-18f27-729a41e41728de0e8c32f53032633d34b92ebf0f.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Doc/Extending.hs10
1 files changed, 7 insertions, 3 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs
index 749b72e..cb915e8 100644
--- a/XMonad/Doc/Extending.hs
+++ b/XMonad/Doc/Extending.hs
@@ -382,13 +382,17 @@ Here is a list of the modules found in @XMonad.Hooks@:
* "XMonad.Hooks.ManageHelpers": provide helper functions to be used
in @manageHook@.
+* "XMonad.Hooks.Minimize":
+ Handles window manager hints to minimize and restore windows. Use
+ this with XMonad.Layout.Minimize.
+
* "XMonad.Hooks.Place":
Automatic placement of floating windows.
* "XMonad.Hooks.RestoreMinimized":
- Lets you restore minimized windows (see "XMonad.Layout.Minimize")
- by selecting them on a taskbar (listens for _NET_ACTIVE_WINDOW
- and WM_CHANGE_STATE).
+ (Deprecated: Use XMonad.Hooks.Minimize) Lets you restore minimized
+ windows (see "XMonad.Layout.Minimize") by selecting them on a
+ taskbar (listens for _NET_ACTIVE_WINDOW and WM_CHANGE_STATE).
* "XMonad.Hooks.Script":
Provides a simple interface for running a ~\/.xmonad\/hooks script with the