aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'picom.conf')
-rw-r--r--picom.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/picom.conf b/picom.conf
index 36d037a..90e8dd5 100644
--- a/picom.conf
+++ b/picom.conf
@@ -23,15 +23,15 @@ rounded-corners-exclude = [
];
blur-method = "dual_kawase";
blur-size = 50
-blur-strength = 4
+blur-strength = 2
blur-kern = "3x3box";
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c"
];
-backend = "xrender";
-vsync = true;
+backend = "glx";
+vsync = false;
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;