jwdevel
jwdevel
Yeah, I just installed this extension for the first time (v1.8.1) and I was confused because there's no way to have a rule only apply to certain URLs. There is...
Ah, I found the "Filter URL per rules" setting; enabling that makes the column appear. A bit confusing, I must say.
I bisected this, and it was introduced in bf93acb. (I guess that makes sense, since that's when the code with the warning was added) The last tagged release that builds...
Ah, thanks — my dunst (1.9.0) only has true/false for that option. I guess I will need to wait for a newer one to percolate through Debian packages.
Re-opening this, since I built latest dunst (v1.12.1) and, as I understand it, I still cannot achieve what I want. If I use `origin = bottom-right`, I cannot have the...
Looking at [the source](https://github.com/dunst-project/dunst/blob/fe7f928165298d01803727f4bb5237971b195de4/src/notification.c#L207) it seems like maybe the "automatically reversed" behavior *only* applies to `SORT_TYPE_UPDATE`. Might be good to make that clearer in the docs, as an aside.
In fact, applying this small diff (which in my mind makes it do what the docs say) does make it do what I want. ``` diff --git a/src/notification.c b/src/notification.c index...
After using this a bit more, I realize that the 'close' action now closes the *newest* item rather than the expected *oldest*, since the order of the queue is reversed....