mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Dzen.hs: resend doc update
This commit is contained in:
parent
64d215327e
commit
a5799ec85f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user