mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Monitor: documented one more issue
This commit is contained in:
parent
1a6c11e8e6
commit
642cbdcad6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user