https://bugs.kde.org/show_bug.cgi?id=500422
Bug ID: 500422 Summary: KWin scripts have no window "maximized" property Classification: Plasma Product: kwin Version: 6.3.1 Platform: Arch Linux OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: scripts Assignee: kwin-bugs-n...@kde.org Reporter: saulfaut...@gmail.com Target Milestone: --- Window objects in KWin JS scripts should have a "maximized" property to indicate if the window is maximized. Or at least "maximized_horizontal" and "maximized_vertical". They have "minimized", "fullScreen" and "maximizable", but no "maximized". I'm not sure if this is just an oversight or a bug. There are also two signals documented, "maximizedAboutToChange(MaximizeMode mode)" and "maximizedChanged()", but they appear to not work at all. No signals are received from them when changing the maximized state of a window. There doesn't appear to be any way currently to tell if a window is maximized in KWin JS scripts. -- You are receiving this mail because: You are watching all bug changes.