Friso Smit

Results 322 comments of Friso Smit

This isn't a big issue anymore, since this shouldn't happen. So it's not a priority.

Good point! This will be relevant when #845 is implemented, since the topmost notification may not be the last one. I would probably go with the name `close_priority` with the...

> This would allow modifying notifications dynamically with the help of just one rule and without scripting. I'd say there's nothing wrong with scripting for these more advanced use cases....

Yeah editing a notification's properties from the script seems like the right choice here. It's not something I'm planning to implement soon tho

Is the icon passed via a whole path or is it part of an icon theme?

I think this isn't so easy to solve. We could maybe not show the mouse pointer if it was already invisible before it entered the notification, but that would probably...

I don't know of a way this can be easily fixed. You could try to pause dunst with `dunstctl pause` while the game is running, but you'll have to figure...

I can understand the current implementation isn't the most logical one. So to make the problem clear, here's an example: `notification_limit = 2` ```sh dunstify "n1" dunstify "n2" ``` Which...