From 885cc62671614753fee3218ae357028d6f6bf880 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 22 Feb 2018 12:44:00 +0000 Subject: [PATCH] compton: don't blur onboard/slop(maim) background --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index ddd55ef..fc2c69d 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -29,7 +29,7 @@ alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasin #inactive-dim-fixed = true; # Do not let dimness adjust based on window opacity. inactive-opacity-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; blur-background = true; # Blur background of transparent windows. -blur-background-exclude = [ "class_g = 'Peek'" ]; +blur-background-exclude = [ "class_g = 'Peek'", "class_g = 'Onboard'", "class_g = 'slop'" ]; blur-background-frame = false; # Blur background of opaque windows with transparent # frames as well. blur-background-fixed = true; # Do not let blur radius adjust based on window opacity.