Note that Groups has redundancies and the interface may change.

Refer to:
http://www.haskell.org/pipermail/xmonad/2010-January/009585.html
This commit is contained in:
Adam Vogt
2010-03-30 17:59:45 +00:00
parent f093c11a27
commit 6215d71600

View File

@@ -16,6 +16,9 @@
-- Two-level layout with windows split in individual layout groups, -- Two-level layout with windows split in individual layout groups,
-- themselves managed by a user-provided layout. -- themselves managed by a user-provided layout.
-- --
-- NOTE: this module has redundancies with "XMonad.Layout.SubLayouts", and
-- will be removed once merged.
--
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module XMonad.Layout.Groups ( -- * Usage module XMonad.Layout.Groups ( -- * Usage