https://bugs.kde.org/show_bug.cgi?id=392279
Bug ID: 392279
Summary: kwin scripting api cannot maximize window
Product: kwin
Version: 5.12.3
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: scripting
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I'm not sure if this is a documentation issue or a feature request, however I
cannot find a way to maximize a window using a kwin script.
I am looking at the documentation here:
https://techbase.kde.org/Development/Tutorials/KWin/Scripting/API_4.9
You can set window.fullScreen = true; to make the window fullscreen and
window.minimized = true; to minimize the window and there's a
window.maximizable property which stores whether the window can be maximized
but there doesn't seem to be a way to maximize the window via a script.
I tried window.maximized = true; in case the documentation was just missing the
maximized property, but the documentation seems correct, there doesn't appear
to be a maximized property.
--
You are receiving this mail because:
You are watching all bug changes.