From cf1e49ab7a4be924e2ba9e695a4741b2f6c2c754 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Tue, 6 Nov 2007 22:15:37 +0100 Subject: Dzen.hs: resend doc update darcs-hash:20071106211537-f7719-65230e7fc16e0b17b79c18bcee5284460ba36d6b.gz --- XMonad/Util/Dzen.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad') diff --git a/XMonad/Util/Dzen.hs b/XMonad/Util/Dzen.hs index 929dbc3..2a63942 100644 --- a/XMonad/Util/Dzen.hs +++ b/XMonad/Util/Dzen.hs @@ -53,13 +53,13 @@ dzenScreen sc str timeout = dzenWithArgs str ["-xs", screen] timeout toXineramaArg n = show ( ((fromIntegral n)+1)::Int ) -- | Flashes when a window requests your attention and you can't see it. For use with --- XMonadContrib.UrgencyHook. Usage: +-- XMonad.Hooks.UrgencyHook. Usage: -- > urgencyHook = dzenUrgencyHook (5 `seconds`) dzenUrgencyHook :: Int -> Window -> X () dzenUrgencyHook = dzenUrgencyHookWithArgs [] -- | Flashes when a window requests your attention and you can't see it. For use with --- XMonadContrib.UrgencyHook. Usage: +-- XMonad.Hooks.UrgencyHook. Usage: -- > urgencyHook = dzenUrgencyHookWithArgs ["-bg", "darkgreen"] (5 `seconds`) dzenUrgencyHookWithArgs :: [String] -> Int -> Window -> X () dzenUrgencyHookWithArgs args duration w = do -- cgit v1.2.3