1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-20 04:30:53 +02:00
This commit is contained in:
Simon
2021-11-06 13:06:19 +01:00
parent 6f76db390c
commit 8477589b4e
+4 -3
View File
@@ -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";