ahoyiski
ahoyiski
Maybe here...? https://github.com/WayfireWM/wayfire/blob/master/src/core/output-layout.cpp#L1163-1183 I'm gonna be honest though, I'm not familiar with the code at all, so this probably isn't it
Now that I think about it, `floor()` might be a better solution than `ceil()`.
They can be rounded, but the rounding doesn't cut off the window, so you need at least a little bit of border on the bottom to see it
What's wrong with the rendering exactly?
It is very likely that firedecor is installed in the wrong place. Because the plugin expects the user to download the wayfire-git package from the aur, it installs firedecor at...
I still have to figure out how to have meson find the correct installation directory for both cases
It might be the case that the corner needs to be rendered at a higher resolution and then reduced in size in order to fit properly. I'll work on it,...
I started testing this issue in my machine and discovered 2 things: 1. It is not exclusive to HiDPI monitors, since it also happens on my regular 1080p monitor if...
> From my testing, it appears they only don't appear on 1.0 scaling: Any _whole_ scaling, actually. It seems like this is an issue with wayfire itself, and the way...
@FuzzyQuills Can you search for `wayfire/region.hpp` from `/` with `fzf` or something, and then post the results here please?