Friso Smit
Friso Smit
> I need a way to set max width for some notifications without allowing others to be wide. I get that there is a use case. Here's the reason why...
> Ok. I now understand the issue. I will be patient. Resizing all up when wide notification is sent and then after it is hidden, returning to default would be...
Thanks for providing me with a repro. I found the cause: The `\` characters in the suns are acting as escape characters and disappear because of that. You can see...
Yeah it would be interesting. I don't know how doable it would be, since we're not using any kind of GUI toolkit. This feature may be more suitable to other...
Is there a particular situation in which this is important to you? It seems pretty specific. > Side question: is there some API to dump all currently-visible notifications? Using xprop...
Okay, makes sense. I wonder if we can just make this the default behaviour or if people are relying on the current behaviour. > This could also work for my...
If you want to use dunst m over ssh you will only need to forward DBus. After you've done that you can just simply notify-send from your remote box. See...
> Still, forwarding D-Bus is probably less expensive in regard to network load, right? Yeah not only that, but I don't think it would work that great if you X-forward...
You're not forced to use systemd service starting. If you want, just start it with your WM/DM or autostart upon sending a notification. Systemd can be used for starting things...
Dunst now displays an icon anyways even if there was no icon passed via dunstify. You could change that in config.h and recompile dunst. `dunstify -i NONE [...]` would also...