Friso Smit

Results 322 comments of Friso Smit

There is no PR for this issue yet. I myself won't implement this at least until #803 is done, since that will overhaul the rules code. PR's are welcome though

Yes that might be a useful setting. I would like to implement it a bit differently though. I would implement idle_timeout as a rule and add a matcher for fullscreen....

> This is how a lot of other notification daemons work and I had to patch them, when I used them, to make them show notifications over fullscreen. For me...

@FatBoyXPC could you give a bit more info? Eg: your setup, desktop environment, distribution, Dunst version, your dunstrc. Does the issue go away when you move your mouse? Please provide...

The meaning of min_icon_size has changed slightly. It's now used for looking up icons in your icon theme. Since no icons have size 0, nothing gets found. So it's not...

It's looking for icons that can be scaled to a certain size according to the index.theme from an icon theme. It's not looking for bigger icons afterwards. The wording might...

Yeah that'd be cool. Shouldn't be too hard to do, I think. We already split the x11-specific code in it's own directory. Edit: Of course, there also needs to be...

Is this issue still reproducible in the latest version of dunst.

Thank you for the clear feature request. I agree we should add an setting `sort_order` with the options of descending or ascending (random isn't useful I think), and rename `sort`...

There is also one thing I would like to change internally. Currently the notifications are sorted based on their ID, which is almost, but not exactly the same as ordering...