aboutsummaryrefslogtreecommitdiffstats
path: root/internal/notify/service_test.go
AgeCommit message (Collapse)AuthorFilesLines
28 hoursfix: delete the timer entry on natural expiryDanilo M.1-0/+24
28 hoursfeat: add the D-Bus service and the daemonDanilo M.1-0/+145
Notify assigns an id and publishes; a replaces_id or stack tag reuses the id. CloseNotification closes with reason 3. The daemon claims org.freedesktop.Notifications and exits non-zero if it cannot, which is what happens while dunst still holds it.