From cd00052e46216faefd0e16afbef02c0920821643 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 6 Nov 2018 19:43:24 -0600 Subject: [PATCH] Compton: Disable blur --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index cf1003ea..d8d7656b 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -64,7 +64,7 @@ active-opacity = 1; frame-opacity = 1; inactive-opacity-override = false; alpha-step = 0.06; -blur-background = true; +blur-background = false; blur-kern = "7x7box"; # Blur background of opaque windows with transparent frames as well. blur-background-frame = false;