diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f711c95f5..d5fc49312 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -28,9 +28,19 @@ blur-background-exclude = [ "class_g = 'Dunst'", "class_g = 'Thunderbird'", "class_g = 'slop'", + "class_g = 'xsecurelock-dimmer'", "_GTK_FRAME_EXTENTS@:c", - "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", - "class_g = 'xsecurelock-dimmer'" + "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" +]; + +transparent-clipping = true; +transparent-clipping-exclude = [ + "class_g = 'Dunst'", + "class_g = 'Thunderbird'", + "class_g = 'slop'", + "class_g = 'xsecurelock-dimmer'", + "_GTK_FRAME_EXTENTS@:c", + "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ]; # Opacity @@ -60,7 +70,6 @@ vsync = true; unredir-if-possible = true; detect-transient = true; detect-client-leader = true; -transparent-clipping = true; crop-shadow-to-moniter = true; # GLX backend