diff --git a/XMonad/Actions/DeManage.hs b/XMonad/Actions/DeManage.hs index 81689895..5123114e 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: --