[xmonad] Issue 533 in xmonad: clearUrgency should be exported from XMonad.Hooks.UrgencyHook

codesite-noreply at google.com codesite-noreply at google.com
Mon Sep 23 17:17:13 CEST 2013


Updates:
	Status: Fixed

Comment #2 on issue 533 by vogt.a... at gmail.com: clearUrgency should be  
exported from XMonad.Hooks.UrgencyHook
http://code.google.com/p/xmonad/issues/detail?id=533

A patch for #1 is now in the official repo. We could add this function to  
the module too, if you think that would be useful.

filterUrgencyHook skips w = do
             ws <- gets windowset
             case W.findTag w ws of
                 Just tag -> when (tag `elem` skips) (clearUrgency w)
                 _ -> return ()




-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



More information about the xmonad mailing list