Bug 403071

Summary: The KWin scripting API provides no way to maximize or unmaximize a window
Product: [Plasma] kwin Reporter: Parker Coates <coates>
Component: scriptingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: lalochcz, nate
Priority: NOR    
Version: 5.14.5   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Parker Coates 2019-01-10 13:43:38 UTC
According to d_ed, the relevant function just hasn't been made invokable and exposed to the Javascript API.
Comment 1 David Strobach 2019-03-25 15:56:41 UTC
A patch is being reviewed:
https://phabricator.kde.org/D20044
Comment 2 David Strobach 2019-03-26 08:43:54 UTC
Closed by https://phabricator.kde.org/R108:1d4a9d24f86799b45994c545b054e205f371869f
Scripting interface now exposes Client.setMaximize(v, h) method.