Friso Smit

Results 322 comments of Friso Smit

Oh I see that there is already a PR about it in #145. I'll keep this open until it's merged.

> Oh I see that there is already a PR about it in #145. I'll keep this open until it's merged. This PR does something differnt, but I did find...

I see that you've found it, but for others: https://github.com/fwsmit/dotfiles/blob/a26fcf321a11618c5353d44c17f8f7e280d216aa/private_dot_local/bin/executable_nvim-unity [Commit with comments](https://github.com/fwsmit/dotfiles/commit/a26fcf321a11618c5353d44c17f8f7e280d216aa#diff-7cfdd1f3f4f7841722cf58366f9f3f6b40ed28fd2fe8726982ed0d16b64d2971)

Not really. There is a workaround mentioned above, but I guess that buffer is there for a reason, so I don't want to mess with it. I've tried looking if...

I've had this issue with both pulseuadio and pipewire. I'm using the internal intel audio of my laptop: ` Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev...

I didn't think of this approach. I'm not familiar with the code, but from the linked code, I don't really see if it should work. I'm willing to test the...

Hi, is this still an issue with the current dunst version?

Have you tried running it? It's not that hard to build Dunst. I don't think we'll accept it as a PR now, since the drawing code is already quite messy,...

An easy way to make sure you don't draw the border in between notifications is to only draw the left and right line, and only if it's the first or...

I'm not sure what you mean by painting logic. What may be causing you issue is that `draw_rounded_rect` is drawing a filled in rectangle of that color. On line 612...