aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Groups.hs
diff options
context:
space:
mode:
authormoserq <moserq@gmail.com>2010-10-01 12:43:00 +0200
committermoserq <moserq@gmail.com>2010-10-01 12:43:00 +0200
commit5f455bb648f35843772a6ceca756d90bccce5fb0 (patch)
treea91b0dfe601e66dde4cef9ea6b9c70b1203b19b8 /XMonad/Layout/Groups.hs
parent86244fae66ff444a318895680764d29517295fa5 (diff)
downloadXMonadContrib-5f455bb648f35843772a6ceca756d90bccce5fb0.tar.gz
XMonadContrib-5f455bb648f35843772a6ceca756d90bccce5fb0.tar.xz
XMonadContrib-5f455bb648f35843772a6ceca756d90bccce5fb0.zip
Orphan my modules
Ignore-this: 781ebf36f25a94df96fde5f7bb7bc53e darcs-hash:20101001104300-88fd0-873c177e11b9e4bed41fc29048e45ca165e369f2.gz
Diffstat (limited to 'XMonad/Layout/Groups.hs')
-rw-r--r--XMonad/Layout/Groups.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/XMonad/Layout/Groups.hs b/XMonad/Layout/Groups.hs
index e0d8efb..899ae62 100644
--- a/XMonad/Layout/Groups.hs
+++ b/XMonad/Layout/Groups.hs
@@ -9,16 +9,13 @@
-- Copyright : Quentin Moser <moserq@gmail.com>
-- License : BSD-style (see LICENSE)
--
--- Maintainer : Quentin Moser <moserq@gmail.com>
+-- Maintainer : orphaned
-- Stability : unstable
-- Portability : unportable
--
-- 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