fix: ignore ksmserver (logoug screen)

This commit is contained in:
Mikhail Zolotukhin 2021-10-21 22:01:09 +03:00
parent 84223ce180
commit caf7d080d9

View File

@ -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" ||