Skip to content

Commit 67e94c4

Browse files
authored
Merge pull request #2 from shenweijiekdel/master
Pull Bismuth-Forge#480
2 parents 89abce4 + cd6d427 commit 67e94c4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/kwinscript/controller/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ export class ControllerImpl implements Controller {
342342

343343
public onWindowGeometryChanged(window: EngineWindow): void {
344344
this.log.log(["onWindowGeometryChanged", { window }]);
345+
346+
this.engine.arrange();
345347
}
346348

347349
public onWindowScreenChanged(_window: EngineWindow): void {

src/kwinscript/driver/window.ts

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export class DriverWindowImpl implements DriverWindow {
111111
const windowRole = String(this.client.windowRole);
112112
return (
113113
this.client.specialWindow ||
114+
this.client.dialog ||
114115
resourceClass === "plasmashell" ||
115116
resourceClass === "ksmserver" ||
116117
resourceClass === "org.kde.plasmashell" ||

0 commit comments

Comments
 (0)