aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Minimize.hs
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-10-03 17:13:25 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-10-03 17:13:25 +0200
commit1d65f9b570f0ba5f2167c8d80e53331f6b68fd79 (patch)
tree01bff80816508f4ef51244fb56330759b9d12fae /XMonad/Layout/Minimize.hs
parent6d514b82ca555e665c3d9bb98abb662a52314aca (diff)
downloadXMonadContrib-1d65f9b570f0ba5f2167c8d80e53331f6b68fd79.tar.gz
XMonadContrib-1d65f9b570f0ba5f2167c8d80e53331f6b68fd79.tar.xz
XMonadContrib-1d65f9b570f0ba5f2167c8d80e53331f6b68fd79.zip
Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize
Ignore-this: 5eb1496fd258fa0c43fb0a58136ccfff darcs-hash:20091003151325-1499c-7a29a60a629816ba4b10229481550fa672f1c957.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/Minimize.hs9
1 files changed, 4 insertions, 5 deletions
diff --git a/XMonad/Layout/Minimize.hs b/XMonad/Layout/Minimize.hs
index d145d5c..67dd2d7 100644
--- a/XMonad/Layout/Minimize.hs
+++ b/XMonad/Layout/Minimize.hs
@@ -53,12 +53,11 @@ import Data.List
--
-- "XMonad.Doc.Extending#Editing_key_bindings".
--
--- The module is designed to work together with XMonad.Layout.BoringWindows so
--- that minimized windows are marked as boring and will be skipped when switching
--- the focused window. See the documentation for BoringWindows and use the boringAuto
--- function, to automatically mark minimized windows as boring.
+-- The module is designed to work together with "XMonad.Layout.BoringWindows" so
+-- that minimized windows will be skipped when switching the focus window with
+-- the keyboard. Use the 'BW.boringAuto' function.
--
--- Also see XMonad.Hooks.RestoreMinimized if you want to be able to restore
+-- Also see "XMonad.Hooks.RestoreMinimized" if you want to be able to restore
-- minimized windows from your taskbar.
data Minimize a = Minimize [Window] deriving ( Read, Show )