Friso Smit
Friso Smit
Couldn't reproduce this issue by the way. I added ``` [Install] WantedBy=graphical-session.target ``` because of a warning from systemd.
What's your use case for it? It's probably possible with rules. Rules are very flexible and I don't want to add yet another way to do the same thing
Currently it's not possible to change the geometry without restarting dunst. This is a feature we are looking to implement though. I'll make this issue about that if you don't...
Needs #1018 before this can be implemented correctly.
> > I have implemented this feature for myself quickly, you can view the commit/diff here: [paddyw2@436613f](https://github.com/paddyw2/dunst/commit/436613f0975a5686bdc028f6b46bb61247af036b) > > It allows me to set these values in the config file:...
What's good to think about for the PR is mouse clicking to close notifications. I suspect that clicks in between the notifications are getting picked up by dunst. On top...
I haven't been able to reproduce this. For me ellipsize works fine and it should be enabled by default. Could you check it again and, if it still doesn't work,...
I am able to reproduce it now, but not in all situations. Could you try to see in which situations it happens and test it out with different settings for...
> Hm, the problem here is that the ini format is not really designed for such a functionality. True, but I think it's possible to implement in a not too...
I'd recommend using a dotfile manager like [chezmoi](https://github.com/twpayne/chezmoi). This will allow for a rich syntax for templates. I get that you don't want to use generated config files, but they...