minimize is:module

Adds actions for minimizing and maximizing windows This module should be used with XMonad.Layout.Minimize. Add minimize to your layout modifiers as described in XMonad.Layout.Minimize and use actions from this module Possible keybindings:
, ((modm,               xK_m     ), withFocused minimizeWindow)
, ((modm .|. shiftMask, xK_m     ), withLastMinimized maximizeWindowAndFocus)
Handles window manager hints to minimize and restore windows. Use this with XMonad.Layout.Minimize.
Makes it possible to minimize windows, temporarily removing them from the layout until they are restored.
Stores some common utilities for modules used for window minimizing/maximizing