X.H.UrgencyHook: Update X.H.DynamicLog references

This commit is contained in:
Yecine Megdiche 2021-10-04 22:26:00 +02:00
parent ac6705a144
commit cfe7533c42

View File

@ -116,10 +116,10 @@ import Foreign.C.Types (CLong)
-- > main = xmonad $ withUrgencyHook NoUrgencyHook -- > main = xmonad $ withUrgencyHook NoUrgencyHook
-- > $ def -- > $ def
-- --
-- Now, your "XMonad.Hooks.DynamicLog" must be set up to display the urgent -- Now, your "XMonad.Hooks.StatusBar.PP" must be set up to display the urgent
-- windows. If you're using the 'dzen' or 'dzenPP' functions from that module, -- windows. If you're using the 'dzen' (from "XMonad.Hooks.DynamicLog") or
-- then you should be good. Otherwise, you want to figure out how to set -- 'dzenPP' functions from that module, then you should be good. Otherwise,
-- 'ppUrgent'. -- you want to figure out how to set 'ppUrgent'.
-- $keybinding -- $keybinding
-- --