aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2010-03-30 19:59:45 +0200
committerAdam Vogt <vogt.adam@gmail.com>2010-03-30 19:59:45 +0200
commit81d41cb66eb23fe4fbdbfe930c2eb90a10b08fb7 (patch)
tree3c4883497b6fe1602d8d6e5a8bb3beb2bb4643c8 /XMonad
parentb71ef35f1a1a1d62d51a102496b6b73ece81d3d6 (diff)
downloadXMonadContrib-81d41cb66eb23fe4fbdbfe930c2eb90a10b08fb7.tar.gz
XMonadContrib-81d41cb66eb23fe4fbdbfe930c2eb90a10b08fb7.tar.xz
XMonadContrib-81d41cb66eb23fe4fbdbfe930c2eb90a10b08fb7.zip
Note that Groups has redundancies and the interface may change.
Ignore-this: 2f4dc5a2355ace4005dd07fc5d459f1a Refer to: http://www.haskell.org/pipermail/xmonad/2010-January/009585.html darcs-hash:20100330175945-1499c-47584b6518fd87b3bb791281afe62e6a31e69e66.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Layout/Groups.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Layout/Groups.hs b/XMonad/Layout/Groups.hs
index 217f01c..32603c1 100644
--- a/XMonad/Layout/Groups.hs
+++ b/XMonad/Layout/Groups.hs
@@ -16,6 +16,9 @@
-- Two-level layout with windows split in individual layout groups,
-- 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