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'"