dunst-project / dunst

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

stop timeout on right click #1202

Closed jackffmm closed 9 months ago

jackffmm commented 10 months ago

I set the timeout that is ok for 90% of the notifications. On left click the notification goes away, and thats ok.

But there can be a notification that is longer and / or i want to read carefully, so the right or middle click should stop the timeout. maybe its already possible to do that ? It could be the default anyway.

jackffmm commented 10 months ago

what could I do as a workaround ? how do i read a closed notification ? edit: I found the dinitctl history and pop commands.

fwsmit commented 9 months ago

Yeah, you can use dunstctl history pop function. There is a proposal of an event rule that would be an exact match for your issue: #879. But there has been no work on that yet.