diff --git a/LayoutHooks.hs b/LayoutHooks.hs index da667610..2261107f 100644 --- a/LayoutHooks.hs +++ b/LayoutHooks.hs @@ -1,3 +1,16 @@ +----------------------------------------------------------------------------- +-- | +-- Module : XMonadContrib.LayoutHooks +-- Copyright : (c) Stefan O'Rear +-- License : BSD +-- +-- Maintainer : Stefan O'Rear +-- Stability : unstable +-- Portability : portable +-- +-- General layout-level hooks. +----------------------------------------------------------------------------- + module XMonadContrib.LayoutHooks ( addLayoutMessageHook ) where import qualified Data.Map as M ( adjust )