diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Actions/WindowMenu.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/XMonad/Actions/WindowMenu.hs b/XMonad/Actions/WindowMenu.hs index 24858e7..d4da243 100644 --- a/XMonad/Actions/WindowMenu.hs +++ b/XMonad/Actions/WindowMenu.hs @@ -12,6 +12,10 @@ -- 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. +-- ----------------------------------------------------------------------------- module XMonad.Actions.WindowMenu ( |