mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -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:
parent
101d6e89bd
commit
13f21f4704
@ -61,7 +61,7 @@ module XMonad.Hooks.UrgencyHook (
|
||||
filterUrgencyHook,
|
||||
minutes, seconds,
|
||||
-- * Stuff for developers:
|
||||
readUrgents, withUrgents,
|
||||
readUrgents, withUrgents, clearUrgents',
|
||||
StdoutUrgencyHook(..),
|
||||
SpawnUrgencyHook(..),
|
||||
UrgencyHook(urgencyHook),
|
||||
|
Loading…
x
Reference in New Issue
Block a user