diff --git a/dotfiles/config/compton.conf b/dotfiles/config/compton.conf index 0270c2c5..6126532f 100644 --- a/dotfiles/config/compton.conf +++ b/dotfiles/config/compton.conf @@ -120,9 +120,9 @@ alpha-step = 0.06; # inactive-dim-fixed = true; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. # blur-kern="11x11gaussian"; -blur-kern = "7,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" +# blur-kern = "7,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" # blur-background = true; -blur-background-frame=true; +# blur-background-frame=true; # Blur background of opaque windows with transparent frames as well. # blur-background-frame = true; # Do not let blur radius adjust based on window opacity.