Tassilo Horn <tass...@member.fsf.org> writes: > (defvar th-notify-title-to-id-map (make-hash-table :test 'string=) > "Maps TITLE values of notifications to the last notification ID. > If ID is -1, then any further notifications with that body will > be skipped.") > > (defun th-notify (&rest args) > "Create a notification popup. > For ARGS, see `notifications-notify'. > There's some new default behavior over the function above: > > - Notifications with same :body replace each other. :body, > because my notifications are usually something like > > :title \"Meeting with Hugo\" > :body \"In 15 Minutes\" > > where each minute a similar notification with decreasing > minutes in the :body is triggered.
This comment is obviously outdated. The notifications with equal :title now replace each other. Bye, Tassilo