diff --git a/picom/picom.conf b/picom/picom.conf index e426e52..f2c9ddc 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -113,7 +113,8 @@ blur-background = true; blur-background-fixed = false; blur-background-exclude = [ "window_type = 'dock'", - "class_g = 'slop'" + "class_g = 'slop'", + "name ~= 'Peek'", # "window_type = 'desktop'" ];