aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WindowMenu.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/Actions/WindowMenu.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 'XMonad/Actions/WindowMenu.hs')
-rw-r--r--XMonad/Actions/WindowMenu.hs6
1 files changed, 3 insertions, 3 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.
--
-----------------------------------------------------------------------------