mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-10 17:52:09 -07:00
LayoutHooks.hs: add module header.
This commit is contained in:
@@ -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
|
module XMonadContrib.LayoutHooks ( addLayoutMessageHook ) where
|
||||||
|
|
||||||
import qualified Data.Map as M ( adjust )
|
import qualified Data.Map as M ( adjust )
|
||||||
|
Reference in New Issue
Block a user