From 364e7976193ff69eb19139e8a03a31dd8809e52f Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 31 Jan 2024 15:49:38 +0100 Subject: feat: change backend to GLX, lower blur and disable V-Sync --- picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'picom.conf') 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; -- cgit v1.2.3