diff --git a/.config/compton.conf b/.config/compton.conf index c018b2f..d2371a6 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -114,16 +114,20 @@ inactive-opacity-override = false; # 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 = true; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; +blur-kern = "3x3box"; +blur-method = "kawase"; +blur-strength = 6; + ################################# # # Fading