aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Monitor.hs
diff options
context:
space:
mode:
authorRoman Cheplyaka <roma@ro-che.info>2008-12-25 08:39:04 +0100
committerRoman Cheplyaka <roma@ro-che.info>2008-12-25 08:39:04 +0100
commitb0eaccbe91f272ec5114101a038ef7d1499268e6 (patch)
treec816202790bf3e769fe223e439a14ee6ca520be0 /XMonad/Layout/Monitor.hs
parent9ce28b7c28444b881bd7c195b4c2ace05950685e (diff)
downloadXMonadContrib-b0eaccbe91f272ec5114101a038ef7d1499268e6.tar.gz
XMonadContrib-b0eaccbe91f272ec5114101a038ef7d1499268e6.tar.xz
XMonadContrib-b0eaccbe91f272ec5114101a038ef7d1499268e6.zip
X.L.Monitor: docs
darcs-hash:20081225073904-3ebed-42e966f1d0f373a4cd5773cf72baefe4d2d05f79.gz
Diffstat (limited to 'XMonad/Layout/Monitor.hs')
-rw-r--r--XMonad/Layout/Monitor.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/XMonad/Layout/Monitor.hs b/XMonad/Layout/Monitor.hs
index a041275..f9cad62 100644
--- a/XMonad/Layout/Monitor.hs
+++ b/XMonad/Layout/Monitor.hs
@@ -47,7 +47,10 @@ import Control.Monad
--
-- > myLayouts = addMonitor (ClassName "Cairo-clock" `And` Title "MacSlow's Cairo-Clock") (Rectangle (1280-150) (800-150) 150 150) $ tall ||| Full ||| ...
--
--- And make the desired window unmanaged with ManageHook:
+-- The first argument to addMonitor is property which uniquely identifies
+-- the monitor, the second is rectangle in which the monitor will be placed.
+--
+-- Then make the desired window unmanaged with ManageHook:
--
-- > , className =? "Cairo-clock"--> doIgnore
--