diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Layout/Monitor.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/XMonad/Layout/Monitor.hs b/XMonad/Layout/Monitor.hs index b9a3233..558af32 100644 --- a/XMonad/Layout/Monitor.hs +++ b/XMonad/Layout/Monitor.hs @@ -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. |