From acee66a678b94f3e77e5c4c7937b3f8419bc1173 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Fri, 28 Feb 2020 12:34:33 +0100 Subject: [PATCH] picom: rename config from compton.conf --- .config/{compton.conf => picom.conf} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .config/{compton.conf => picom.conf} (98%) diff --git a/.config/compton.conf b/.config/picom.conf similarity index 98% rename from .config/compton.conf rename to .config/picom.conf index 38c044f..9460e10 100644 --- a/.config/compton.conf +++ b/.config/picom.conf @@ -111,15 +111,15 @@ frame-opacity = 1; inactive-opacity-override = false; # Dim inactive windows. (0.0 - 1.0) -inactive-dim = 0.1; +#inactive-dim = 0.1; # Do not let dimness adjust based on window opacity. # inactive-dim-fixed = true; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. -# blur-background = true; +blur-background = true; # Blur background of opaque windows with transparent frames as well. -# blur-background-frame = true; +blur-background-frame = true; # Do not let blur radius adjust based on window opacity. -blur-background-fixed = false; +# blur-background-fixed = false; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'"