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:
Tomas Janousek 2021-02-15 12:07:57 +00:00
parent 101d6e89bd
commit 13f21f4704

View File

@ -61,7 +61,7 @@ module XMonad.Hooks.UrgencyHook (
filterUrgencyHook,
minutes, seconds,
-- * Stuff for developers:
readUrgents, withUrgents,
readUrgents, withUrgents, clearUrgents',
StdoutUrgencyHook(..),
SpawnUrgencyHook(..),
UrgencyHook(urgencyHook),