From 05ae98845fc8bd74afbfbdceca6a68e996e968b5 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Thu, 11 Nov 2021 20:59:02 -0500 Subject: [PATCH] [picom] Remove blurry background from peek Also appears in recorded videos --- picom/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'" ];