I have noticed that (at least in gtk 4) when I set decorated
to false for a window, the corners are no longer round. Might be how it works, the problem is that if I still try to set the corners radius with CSS
window { border-radius: 8px }
they don’t stay round and switch back to square randomly. As I drag the window around the round borders seem to appear only when the window is in certain parts of the screen or only when it’s moving.
You think I have to do something else or might it be some glitch?