diff --git a/botfiles/.config/picom/picom.conf b/botfiles/.config/picom/picom.conf index 72da17a..7b2bb3c 100644 --- a/botfiles/.config/picom/picom.conf +++ b/botfiles/.config/picom/picom.conf @@ -118,7 +118,8 @@ blur-kern = "7x7box" # Do not let blur radius adjust based on window opacity. blur-background-fixed = true; blur-background-exclude = [ - "window_type = 'desktop'" + "window_type = 'desktop'", + "maim" ]; #################################