Yuxuan Shui
Yuxuan Shui
@mawww I was thinking more about "how would the script figure out if the undo data is still valid" aspect. I agree kakoune needs to check the undo data, but...
Does #641 help with this?
If blur is only allowed to sample things below the window, what happens at the edge of the window, where the sample area extend outside of the window? What does...
The edge pixels are repeated. Because it's the easiest thing to do. Unlike a rolling sum, adjusting the convolution kernel or the weights in case of dual_kawase, based on how...
> but I guess the reason you don't do that is that, since it's incorrect and causes edge bleeding, it looks much worse than just using pixels outside the window...
@tryone144 I wonder what the result would look like if we don't extend the blur area and use `GL_MIRRORED_REPEAT` instead of clamping to edge?
@tryone144 another thing, maybe we could sort windows by "layers". each layer contains windows that don't overlap (e.g. for tiling wm, all windows are in one "layer"). and draw shadows...
Did you perhaps set `no-fading-openclose` to true?
OK, this is not supposed to happen. This is a bug then. Yes, please open a PR for this, thanks!
I will not actively implement this feature myself, since I think it's out of the scope of compton. but pull requests are welcome if someone want to give this a...