Friso Smit

Results 322 comments of Friso Smit

That will be easy to implement. We are actually doing somewhat complicated things to account for different images. I'm not entirely convinced it's the right behavior to exclude the image....

It's gonna take a while for it to be implemented, but I'm planning to add it. It's not very easy to add and there's just a bunch of other things...

It would be cool to set variables via `dunstctl`, but I think multiple windows has a higher priority, since that solves more issues. You can, of course, already do the...

You should be able to override the dbus service from GNOME by copying `/usr/share/dbus-1/services/org.knopwob.dunst.service` to `~/.local/share/dbus-1/services/org.freedesktop.Notifications.service`. But if GNOME starts their notification daemon before a notification is sent, then I'm...

Does gnome even have a file in the services directory. If so can you post its contents here? Other than that I can't think of anything. You might have more...

It's not directly possible. With dunstify you can only specify an icon path or icon name that corresponds to an icon of a supported format (png, svg, etc). You could...

Great, I made this a feature request for Dunst to implement natively. This could be done with dunstify passing a raw icon rendered from the font glyph. But don't expect...

I can reproduce this issue. Probably an issue with the url detection

> I would love to see this feature. Note that currently you can restart dunst perfectly fine by killing it and letting it autostart again. You can also `systemctl restart...

I've thrown together a quick proof of concept in https://github.com/dunst-project/dunst/pull/968. Please let me know if a setting you want to change doesn't get covered by this reload. There are still...