aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WindowMenu.hs
diff options
context:
space:
mode:
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.
--
-----------------------------------------------------------------------------