From 1a1c9207ebb487aed949c2e3a4a37edb95c2592c Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 22 Aug 2017 19:49:38 -0500 Subject: [PATCH] Compton: Crank up the blur --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index e3462898..135417c0 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -122,7 +122,7 @@ alpha-step = 0.06; # inactive-dim-fixed = true; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. blur-background = true; -blur-kern = "5x5box"; +blur-kern = "7x7box"; # Blur background of opaque windows with transparent frames as well. blur-background-frame = false; # Do not let blur radius adjust based on window opacity.