diff options
Diffstat (limited to 'XMonad/Doc')
-rw-r--r-- | XMonad/Doc/Extending.hs | 10 |
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 |