dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.61k stars 342 forks source link

Question: How to investigate push notification instigator? #1093

Closed shmup closed 2 years ago

shmup commented 2 years ago

I've figured out what was pushing the notification, but only by thinking about which of my apps could have sent something like it.

I'd still like to be able to definitively tell, though. In this case the notification didn't carry any extra data, just a simple string. No icon, for example.

I used dunstctl history-pop to get a reminder of what the notification said.

Is there a way to uncover what triggered it, what process?

Thanks

fwsmit commented 2 years ago

You can take a look at the output of dunstctl history. Or you can run dunst with dunst -print.

shmup commented 2 years ago

Oh that's perfect, shame on me not trying that first heh. Thank you!