Francesco149 / sharenix

A ShareX clone for Linux and FreeBSD.
GNU General Public License v3.0
590 stars 35 forks source link

Option to use libnotify (notify-send) #59

Open wlmchen opened 3 years ago

wlmchen commented 3 years ago

The current notifications look nice, but there would be better integration if the notifications used the native notification server using libnotify.

Francesco149 commented 3 years ago

better way to do this would be to allow users to specify any shell command to execute for notifications so you aren't tied to the standard dbus based notif daemons.

Zawaken commented 2 years ago

Have you had any time to look at this? I'd really like it if it showed up in a dunst notification instead of the current notifications.

I do think the current ones look nice, but it is a bit jarring to have two different types of notifications.