https://bugs.kde.org/show_bug.cgi?id=498221
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |UPSTREAM --- Comment #17 from Vlad Zahorodnii <[email protected]> --- > Perhaps it could be some sort of KWin option? kwin avoids resizing windows in response to committing surface state to avoid sizing issues, e.g. too small windows, etc. You could possibly write a kwin script that watches for windowAdded and resize the window, e.g. workspace.windowAdded.connect(window => { // check window.frameGeometry and workspace.clientArea(KWin.MaximizeArea, window); }); But from kwin perspective, we don't plan adding such an option because async geometry is already too complicated. -- You are receiving this mail because: You are watching all bug changes.
