2

How can I tell a pynotify.Notification object to merge with another that has the same title?

Michael Mrozek
  • 169,610
  • 28
  • 168
  • 175
david4dev
  • 4,854
  • 2
  • 28
  • 35

1 Answers1

4

(Per discussion:)

Setting the append hint on your notifications (set_hint_string('append', '')) tells the notification daemon that it should merge notifications from your app when they have the same titles.

adw
  • 4,901
  • 1
  • 25
  • 18