I am running gnome 3.24.2. When I run notify-send from bash, it seems that the notification is shown for a default of 5 seconds, as expected. But then it seems to linger in the notification tray forever until the user decides to clear it. Is there a way for it to just expire completely without hanging out in the notification tray, much like a popup?
current behaviour:
- show notification for 5s
- remain in notification message tray
expected behaviour:
- show notification for 5s
- dissappear from notification tray
I am struggling to find resources that help understand how to use notify-send. notify-send --help is not particularly useful either.