diff options
Diffstat (limited to 'XMonad/Layout/LimitWindows.hs')
-rw-r--r-- | XMonad/Layout/LimitWindows.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Layout/LimitWindows.hs b/XMonad/Layout/LimitWindows.hs index c3d3def..bfd1906 100644 --- a/XMonad/Layout/LimitWindows.hs +++ b/XMonad/Layout/LimitWindows.hs @@ -11,6 +11,7 @@ -- Portability : unportable -- -- A layout modifier that limits the number of windows that can be shown. +-- See "XMonad.Layout.Minimize" for manually setting hidden windows. -- ----------------------------------------------------------------------------- |