From 58e3ec9be7fc903953b9a8546001c76c26cdcf01 Mon Sep 17 00:00:00 2001 From: bh Date: Mon, 26 Jan 2026 11:50:11 +0800 Subject: Fixed Zoom --- picom/.config/picom/picom.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'picom') diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 00bafad..e8c0777 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -462,7 +462,8 @@ wintypes: }; blur-background-exclude = [ - "class_g = 'slop'" + "class_g = 'slop'", + "class_g ?= 'zoom'", ]; @@ -489,3 +490,11 @@ blur-background-exclude = [ # "100:class_g = 'maim'" # ]; +# For zoom +# Prevent blur on Zoom windows + +# Optional: remove shadows on Zoom +shadow-exclude = [ + "class_g ?= 'zoom'", +]; + -- cgit v1.2.3