SUMMARY The kitty terminal is not properly blurred under a Wayland session. STEPS TO REPRODUCE 1. Install kitty 2. edit ~/.config/kitty.conf and set background_opacity to less than 1 3. Open kitty in a Plasma Wayland session OBSERVED RESULT kitty is transparent, but not blurred EXPECTED RESULT kitty is transparent and blurred SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.23.2 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2 Kernel Version: 5.14.14-arch1-1 (64-bit) Graphics Platform: X11 Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz Memory: 15.5 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 630 ADDITIONAL INFORMATION I did submit an issue on https://github.com/kovidgoyal/kitty, but since Wayland applications have no control over compositing, this is not an issue that can be fixed on their end.
https://invent.kde.org/libraries/plasma-wayland-protocols/-/blob/master/src/protocols/blur.xml if an application wants to have blurred background, it could use the org_kde_kwin_blur protocol.