https://bugs.kde.org/show_bug.cgi?id=427875
--- Comment #49 from Lo <loveisgr...@tuta.io> --- It seems like the issue is only present when windows are opened in a maximized state. Then they will always open on the left-most screen. Part of the bug is that once the window was maximized and then closed, any custom window rule regarding placement is ignored. # Workaround Window maximization seems to be flag, that when applied, triggers the bug. Window rules can take advantage of this by forcing the flag to false to then allow placement. - Under "Settings > Window Management > Window Rules" either add a new rule or modify an existing one. - Move your window to where you want it to be when you open it - "Detect window attributes" (translated from French) - Select "Position", "Size", "Horizontally maximized" and "Vertically maximized" - Set "Horizontally maximized" and "Vertically maximized" to "No" (or false) Hopefully, next time you open your window, it will look maximized (but the flag will be false), and it will be on the right screen. Hopefully this also helps the devs with debugging. Maybe the "maximized" flag/state is entering a different execution branch. -- You are receiving this mail because: You are watching all bug changes.