aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LayoutHooks.hs13
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutHooks.hs b/LayoutHooks.hs
index da66761..2261107 100644
--- a/LayoutHooks.hs
+++ b/LayoutHooks.hs
@@ -1,3 +1,16 @@
+-----------------------------------------------------------------------------
+-- |
+-- Module : XMonadContrib.LayoutHooks
+-- Copyright : (c) Stefan O'Rear <stefanor@cox.net>
+-- License : BSD
+--
+-- Maintainer : Stefan O'Rear <stefanor@cox.net>
+-- Stability : unstable
+-- Portability : portable
+--
+-- General layout-level hooks.
+-----------------------------------------------------------------------------
+
module XMonadContrib.LayoutHooks ( addLayoutMessageHook ) where
import qualified Data.Map as M ( adjust )