ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.16k stars 59 forks source link

[Feature] don't dismiss notifications on idle #275

Open ceed0 opened 1 year ago

ceed0 commented 1 year ago

Would be great if there was an option to keep notifications from disappearing on idle.

It could be an option in swaync-client to pause notifications timeout, that users can toggle with swayidle. Or it could be implemented using idle-notify protocol directly in swaync server.

ErikReider commented 1 year ago

You're referring to the popup notifications disappearing and not the control center ones right?

ceed0 commented 1 year ago

Yes.

ErikReider commented 11 months ago

NOTE: This will still have to dismiss notifications when the client requests it though.

Only a few applications actually do this though which IMO is the incorrect behavior

ceed0 commented 11 months ago

You mean this issue? Forgive my ignorance, but what's the hurt in providing users an ability to disable this behaviour for certain apps, even if it would be out of spec?