
23 Sep
2013
23 Sep
'13
11:17 a.m.
Updates: Status: Fixed Comment #2 on issue 533 by vogt.a...@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