aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Actions/DeManage.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Actions/DeManage.hs b/XMonad/Actions/DeManage.hs
index 8168989..5123114 100644
--- a/XMonad/Actions/DeManage.hs
+++ b/XMonad/Actions/DeManage.hs
@@ -10,7 +10,8 @@
--
-- This module provides a method to cease management of a window
-- without unmapping it. This is especially useful for applications
--- like kicker and gnome-panel.
+-- like kicker and gnome-panel. See also 'XMonad.Hooks.ManageDocks' for
+-- more a more automated solution.
--
-- To make a panel display correctly with xmonad:
--