aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Groups.hs
diff options
context:
space:
mode:
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