Skip to content

Commit

Permalink
Merge pull request #2 from shenweijiekdel/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Interpause authored Jun 4, 2024
2 parents 89abce4 + cd6d427 commit 67e94c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kwinscript/controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ export class ControllerImpl implements Controller {

public onWindowGeometryChanged(window: EngineWindow): void {
this.log.log(["onWindowGeometryChanged", { window }]);

this.engine.arrange();
}

public onWindowScreenChanged(_window: EngineWindow): void {
Expand Down
1 change: 1 addition & 0 deletions src/kwinscript/driver/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export class DriverWindowImpl implements DriverWindow {
const windowRole = String(this.client.windowRole);
return (
this.client.specialWindow ||
this.client.dialog ||
resourceClass === "plasmashell" ||
resourceClass === "ksmserver" ||
resourceClass === "org.kde.plasmashell" ||
Expand Down

0 comments on commit 67e94c4

Please sign in to comment.