From 6933eb1d3e2b98eac9a165b4007c32629849985c Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Wed, 16 Jun 2010 07:11:24 +0200 Subject: 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 --- XMonad/Doc/Extending.hs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'XMonad/Doc/Extending.hs') 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 -- cgit v1.2.3