ErikReider / SwayNotificationCenter

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

Feature request: Respect transient notifications #120

Closed aruhier closed 2 years ago

aruhier commented 2 years ago

Hi, The Control Center doesn't seem to respect the transient flag of notifications. So doing something like notify-send -e -t 2000 "Transient notification" still stacks the notification in the control center, when it should just show the popup and drop the notification after it disappears.

I quickly look at the code base, and it seems to be something I could easily add. Is it something in which you would be interested?