I am using "Blur only matching" mode to avoid the performance penalty of rendering everything as transparent. However, under my kvantum theme, most KDE applications include some transparency that should be blurred. As a result, the window class list becomes really long, for example:
It would be nice if org.kde.* was all that was needed. Hence, would it be possible to support glob patterns? I believe the relevant function to modify is here:
I am using "Blur only matching" mode to avoid the performance penalty of rendering everything as transparent. However, under my kvantum theme, most KDE applications include some transparency that should be blurred. As a result, the window class list becomes really long, for example:
It would be nice if
org.kde.*
was all that was needed. Hence, would it be possible to support glob patterns? I believe the relevant function to modify is here:https://github.com/taj-ny/kwin-effects-forceblur/blob/4500adb340b7f9a28e2e7e1b47d13d58e3ffefac/src/blur.cpp#L738-L747
Thanks.