From 1d65f9b570f0ba5f2167c8d80e53331f6b68fd79 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sat, 3 Oct 2009 17:13:25 +0200 Subject: Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize Ignore-this: 5eb1496fd258fa0c43fb0a58136ccfff darcs-hash:20091003151325-1499c-7a29a60a629816ba4b10229481550fa672f1c957.gz --- XMonad/Actions/WindowMenu.hs | 6 +++--- XMonad/Hooks/RestoreMinimized.hs | 2 +- XMonad/Layout/Minimize.hs | 9 ++++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/XMonad/Actions/WindowMenu.hs b/XMonad/Actions/WindowMenu.hs index d4da243..0401424 100644 --- a/XMonad/Actions/WindowMenu.hs +++ b/XMonad/Actions/WindowMenu.hs @@ -8,13 +8,13 @@ -- Stability : unstable -- Portability : not portable -- --- Uses XMonad.Actions.GridSelect to display a number of actions related to +-- Uses "XMonad.Actions.GridSelect" to display a number of actions related to -- window management in the center of the focused window. Actions include: Closing, -- maximizing, minimizing and shifting the window to another workspace. -- -- Note: For maximizing and minimizing to actually work, you will need --- to integrate XMonad.Layout.Maximize and XMonad.Layout.Minimize into your setup. --- See the documentation of those modules for more information. +-- to integrate "XMonad.Layout.Maximize" and "XMonad.Layout.Minimize" into your +-- setup. See the documentation of those modules for more information. -- ----------------------------------------------------------------------------- diff --git a/XMonad/Hooks/RestoreMinimized.hs b/XMonad/Hooks/RestoreMinimized.hs index 77b3c97..42cf8fb 100644 --- a/XMonad/Hooks/RestoreMinimized.hs +++ b/XMonad/Hooks/RestoreMinimized.hs @@ -8,7 +8,7 @@ -- Stability : unstable -- Portability : not portable -- --- Lets you restore minimized windows (see XMonad.Layout.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). -- 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 ) -- cgit v1.2.3