mako icon indicating copy to clipboard operation
mako copied to clipboard

Transient Notification

Open CoolnsX opened this issue 1 year ago • 5 comments

As a long dunst user, I have decided to try mako.

I have configured in such a way, that it almost look like my old configured dunst.

Only feature I will miss is 'Transient Notification', which when emit by notify-send via -e args, doesn't store notification in history.

I do use history a lot, and I don't want to lose my important notifications just because my mako history is filled with notify-send garbages.

I have lots of shell scripts that runs at login and are part of my workflow.

If anyone have any workaround to do this, thanks in advance.

CoolnsX avatar Sep 20 '24 18:09 CoolnsX

Would it make sense to add a new configuration option to selectively disable history based on criteria?

Kind of related: https://github.com/emersion/mako/pull/477

emersion avatar Sep 20 '24 18:09 emersion

Hm -- the D-Bus protocol has a "transient" hint - I wonder if that should skip history.

emersion avatar Sep 20 '24 18:09 emersion

@emersion this is the dunst PR for it -- https://github.com/dunst-project/dunst/issues/310

CoolnsX avatar Sep 20 '24 18:09 CoolnsX

you can follow the same way, like ignore transient hint, and only do when it's explicitly set in config.

CoolnsX avatar Sep 20 '24 18:09 CoolnsX

thanks in advance

CoolnsX avatar Sep 20 '24 18:09 CoolnsX