mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
X.H.UrgencyHook: Export clearUrgents'
This makes it possible to clear urgency of selected windows only, which may be useful to some users (like me).
This commit is contained in:
@@ -61,7 +61,7 @@ module XMonad.Hooks.UrgencyHook (
|
||||
filterUrgencyHook,
|
||||
minutes, seconds,
|
||||
-- * Stuff for developers:
|
||||
readUrgents, withUrgents,
|
||||
readUrgents, withUrgents, clearUrgents',
|
||||
StdoutUrgencyHook(..),
|
||||
SpawnUrgencyHook(..),
|
||||
UrgencyHook(urgencyHook),
|
||||
|
Reference in New Issue
Block a user