peterfajdiga / kwin4_effect_geometry_change

A KWin animation for windows moved or resized by programs or scripts
GNU General Public License v3.0
43 stars 3 forks source link

Ignores blur during the animation #5

Closed zastrixarundell closed 9 months ago

zastrixarundell commented 9 months ago

Hi, great plugin! The only issue I have which makes me not want to use it is that blur is lost when using it.

https://github.com/peterfajdiga/kwin4_effect_geometry_change/assets/30195425/3b2e9f46-26ab-45c4-918e-f4938e617719

peterfajdiga commented 9 months ago

Hi, thanks for the report! I've fixed it by setting WindowForceBlurRole to true for the duration of the animation.

zastrixarundell commented 9 months ago

Thanks, it's working perfect now!

CT-66 commented 3 months ago

Where do you add this? Any config file?

peterfajdiga commented 3 months ago

@CT-66 This is not part of a config. This has been fixed in the code. The fix is contained in versions 1.1 and newer.