A fork of the KWin Blur effect that allows blurring any user-specified window. Both X11 and Wayland are supported.
This effect cannot be used along with the stock blur effect, or any other fork of it.
https://aur.archlinux.org/packages/kwin-effects-forceblur
https://gist.github.com/taj-ny/c1abdde710f33e34dc39dc53a5dc2c09
pkgs.kdePackages.callPackage
Required dependencies:
- CMake
- Extra CMake Modules
- Plasma 6
- Qt 6
- KF6
- KWin development packages
git clone https://github.com/taj-ny/kwin-forceblur
cd kwin-forceblur
mkdir qt6build; cd qt6build; cmake ../ -DCMAKE_INSTALL_PREFIX=/usr && make && sudo make install- Install the plugin.
- Open the
Desktop Effectspage inSystem Settings. - Disable the Blur effect, and any other forks of the blur effect as well (such as the one provided by LightlyShaders).
- Enable the
Force Blureffect.
You can specify the classes of windows to blur in the effect settings.
Window borders will be blurred only if decoration blur is enabled.
- a-parhom/LightlyShaders - CMakeLists.txt files
- Alban-Boissard/kwin-effects-blur-respect-rounded-decorations - Rounded corners
- thegeekywanderer/kwin-effects-blur-respect-rounded-decorations - Fix for bottom corners
