esjeon / kwin-forceblur

Force-enable blur effect to user-specified windows
MIT License
151 stars 8 forks source link

Fix for windows with 0-length class name #29

Open Kolgann opened 1 year ago

Kolgann commented 1 year ago

Certain windows (e.g. spotify) for some reason have a 0-length class name upon launch, which means they are not currently targeted by kwin-forceblur when "Blur all except matching" is enabled. This is a fix that specifically checks for windows with an empty class name and applies blur to them if "Blur all except matching" is enabled. Related: #11