emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.17k stars 137 forks source link

Invoke default action also for restored notifications #511

Closed dryBoneMarrow closed 5 months ago

dryBoneMarrow commented 5 months ago

When a restored notification (using makoctl) is being clicked on, it doesn't run the default action but rather dismisses it. I think it would be useful to have the same behavior for restored notification as for normal ones.

emersion commented 5 months ago

I think this is a limitation of the notification spec. Once a notification has been closed the app that opened it forgets about it.

dryBoneMarrow commented 5 months ago

Thank, I didn't know that. In that case there's nothing to be done except closing the issue