diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index c44663c..49a3eb9 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -49,7 +49,7 @@ no-fading-destroyed-argb = true ################################# # Opacity of inactive windows. (0.1 - 1.0) -inactive-opacity = 1 +inactive-opacity = 1.0 # Opacity of window titlebars and borders. (0.1 - 1.0) frame-opacity = 0.75 @@ -90,8 +90,7 @@ blur-kern = "3x3box" # Exclude conditions for background blur. blur-background-exclude = [ "window_type = 'dock'", - "window_type = 'desktop'", - "_GTK_FRAME_EXTENTS@" + "window_type = 'desktop'" ] #################################