diff options
Diffstat (limited to 'picom/.config')
| -rw-r--r-- | picom/.config/picom/picom.conf | 11 |
1 files changed, 10 insertions, 1 deletions
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'", +]; + |
