diff --git a/.config/picom.conf b/.config/picom.conf index 3f45481..bf57049 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -273,7 +273,7 @@ blur-background-fixed = false; blur: { # requires: https://github.com/ibhagwan/picom - method = "kawase"; + method = "dual_kawase"; #method = "kernel"; strength = 4; # deviation = 1.0; @@ -315,8 +315,9 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # `xrender` is the default one. # -experimental-backends = true; -backend = "glx"; +experimental-backends = false; +#backend = "glx"; +backend = "xr_glx_hybrid" #backend = "xrender";