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/Layout/Minimize.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Layout/Minimize.hs') diff --git a/XMonad/Layout/Minimize.hs b/XMonad/Layout/Minimize.hs index 8bd8b1e..aced551 100644 --- a/XMonad/Layout/Minimize.hs +++ b/XMonad/Layout/Minimize.hs @@ -62,8 +62,8 @@ import Foreign.C.Types (CLong) -- the keyboard. Include 'BW.boringWindows' in your layout hook and see the -- documentation of "XMonad.Layout.BoringWindows" on how to modify your keybindings. -- --- Also see "XMonad.Hooks.RestoreMinimized" if you want to be able to restore --- minimized windows from your taskbar. +-- Also see "XMonad.Hooks.Minimize" if you want to be able to minimize +-- and restore windows from your taskbar. data Minimize a = Minimize [Window] (M.Map Window W.RationalRect) deriving ( Read, Show ) minimize :: LayoutClass l Window => l Window -> ModifiedLayout Minimize l Window -- cgit v1.2.3