diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 91f3cc6d..29c26310 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -4,7 +4,9 @@ shadow-radius = 15; shadow-opacity = 0.7; shadow-offset-x = -13; shadow-offset-y = -13; -shadow-exclude = "!focused"; +shadow-exclude = [ + "! _IS_FLOATING@:32c = 1", +]; # Fading fading = false;