diff --git a/picom/picom.conf b/picom/picom.conf index 18d4490..de3625b 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -101,11 +101,11 @@ fade-out-step = 0.045; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 -frame-opacity = 0.7; +frame-opacity = 1.0; # Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows. # inactive-opacity-override = true @@ -141,7 +141,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase"; -blur-strength = 5; +blur-strength = 0; # blur-size = 2; # # blur-deviation = false