Post #1665128
2023-09-20 08:10 UTC
It's also common to see one frame worth of offset like on this zoomed-out screenshot. This happens when the compositor wakes up from idling too late into the monitor refresh cycle and doesn't manage to render a new frame in time.
Replies (1)
-
@YaLTeR@mastodon.online 2023-10-07 08:15
I'm still working on niri btw (and using it myself too). Today I finally finished a window layout refactor that was due from very early on. Now the layout always works correctly, with all the paddings, struts, fullscreen windows and animations. It's tricky because while most of the logic operates only on the "working area" (view excluding struts), fullscreen windows in particular must cover the entire view area, while otherwise acting as just another regular window column.