From 6fb26b0aeed1c143318e6f3354ab50b38513d32d Mon Sep 17 00:00:00 2001 From: Roman Cheplyaka Date: Mon, 15 Dec 2008 19:44:23 +0100 Subject: X.L.Monitor: docs darcs-hash:20081215184423-3ebed-8d48d03775d6c4f5c0178bf9f5986770aa601a1a.gz --- XMonad/Layout/Monitor.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/XMonad/Layout/Monitor.hs b/XMonad/Layout/Monitor.hs index 031a728..2a74221 100644 --- a/XMonad/Layout/Monitor.hs +++ b/XMonad/Layout/Monitor.hs @@ -62,11 +62,11 @@ import Control.Monad -- Screenshot: data Monitor a = Monitor { - prop :: Property, -- a window which satisfies that property is chosen as monitor - rect :: Rectangle, -- where to put monitor - visible :: Bool, -- is it visible? - mbName :: (Maybe String), -- name of monitor (useful when we have many of them) - persistent :: Bool -- on all layouts? + prop :: Property, -- ^ a window which satisfies this property is chosen as monitor + rect :: Rectangle, -- ^ where to put monitor + visible :: Bool, -- ^ is it visible by default? + mbName :: (Maybe String), -- ^ name of monitor (useful when we have many of them) + persistent :: Bool -- ^ is it shown on all layouts? } deriving (Read, Show) data MonitorMessage = ToggleMonitor | ShowMonitor | HideMonitor -- cgit v1.2.3