Monitor: documented one more issue

This commit is contained in:
Roman Cheplyaka 2008-11-17 11:38:07 +00:00
parent 1a6c11e8e6
commit 642cbdcad6

View File

@ -17,7 +17,7 @@ module XMonad.Layout.Monitor (
-- * Usage
-- $usage
-- * Hints
-- * Hints and issues
-- $hints
-- * TODO
@ -113,6 +113,9 @@ addNamedPersistentMonitor name p r = ModifiedLayout (Monitor p r True (Just name
-- $hints
-- - This module assumes that there is only one window satisfying property exists.
--
-- - On multihead setup, since two layouts are shown at the same time, to hide
-- monitor you need to hide it on both layouts.
--
-- - If you want the monitor to be available on /all/ layouts, use
-- 'addPersistentMonitor' instead of 'addMonitor' to avoid unnecessary
-- flickering. You can still toggle monitor with a keybinding.