aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Monitor.hs
diff options
context:
space:
mode:
authorRoman Cheplyaka <roma@ro-che.info>2008-12-15 20:07:10 +0100
committerRoman Cheplyaka <roma@ro-che.info>2008-12-15 20:07:10 +0100
commit94c6455beb46ec70d0e86c1f24b502d17e220cae (patch)
tree963bdb8934204921d529d747db4f1b3eefbb4eae /XMonad/Layout/Monitor.hs
parent6fb26b0aeed1c143318e6f3354ab50b38513d32d (diff)
downloadXMonadContrib-94c6455beb46ec70d0e86c1f24b502d17e220cae.tar.gz
XMonadContrib-94c6455beb46ec70d0e86c1f24b502d17e220cae.tar.xz
XMonadContrib-94c6455beb46ec70d0e86c1f24b502d17e220cae.zip
X.L.Monitor: recommend doHideIgnore (docs)
darcs-hash:20081215190710-3ebed-3ddcbdd418cc71e39769f94b2de65b2a187f733d.gz
Diffstat (limited to 'XMonad/Layout/Monitor.hs')
-rw-r--r--XMonad/Layout/Monitor.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Monitor.hs b/XMonad/Layout/Monitor.hs
index 2a74221..a041275 100644
--- a/XMonad/Layout/Monitor.hs
+++ b/XMonad/Layout/Monitor.hs
@@ -123,7 +123,7 @@ addNamedPersistentMonitor name p r = ModifiedLayout (Monitor p r True (Just name
-- - On the other hand, if you use the monitor only with some of the layouts, you
-- might want to hide it on the startup. Then change ManageHook to the following:
--
--- > className =? "Cairo-clock"--> (ask >>= \w -> liftX (hide w) >> doF (W.delete w))
+-- > className =? "Cairo-clock"--> doHideIgnore
--
-- - You can use several monitors with nested modifiers. Give them a name using
-- 'addNamedMonitor' or 'addNamedPersistentMonitor' to be able to toggle