diff --git a/XMonad/Layout/Groups.hs b/XMonad/Layout/Groups.hs index 217f01c8..32603c11 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