From da7e1259e78bd67253f4abfd4067435fa74f0c59 Mon Sep 17 00:00:00 2001 From: Hazel Bunny <73038615+hazel-bunny@users.noreply.github.com> Date: Mon, 18 Aug 2025 03:11:27 +0600 Subject: [PATCH] Add Fedora package for x11 The packaging spec has been updated in an attempt to add support for RHEL. The kwin-effects-forceblur package has been split into a main package for wayland and a subpackage for x11. This commit updates the readme to include both packages. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a719bcf..c403214c6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Latest Better Blur versions for previous Plasma releases: [Repository](https://copr.fedorainfracloud.org/coprs/hazel-bunny/ricing/package/kwin-effects-forceblur/) ``` sudo dnf copr enable hazel-bunny/ricing - sudo dnf install --refresh kwin-effects-forceblur + sudo dnf install --refresh kwin-effects-forceblur kwin-effects-forceblur-x11 # Install x11 version only if you use kwin-x11 ```