Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
fix: ignore ksmserver (logoug screen)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zolotukhin committed Oct 22, 2021
1 parent 84223ce commit caf7d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export class DriverWindowImpl implements DriverWindow {
return (
this.client.specialWindow ||
resourceClass === "plasmashell" ||
resourceClass === "ksmserver" ||
resourceClass === "org.kde.plasmashell" ||
resourceClass === "krunner" ||
resourceClass === "kded5" ||
Expand Down

0 comments on commit caf7d08

Please sign in to comment.