aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'picom.conf')
-rw-r--r--picom.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/picom.conf b/picom.conf
index 395cf21..4e53c6d 100644
--- a/picom.conf
+++ b/picom.conf
@@ -16,6 +16,7 @@ shadow-radius = 7;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
# shadow-opacity = .75
+# shadow-opacity = 0.0
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
@@ -66,6 +67,7 @@ shadow-exclude = [
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
+ "class_g = 'zoom'",
"name = 'cpt_frame_window'",
"_GTK_FRAME_EXTENTS@:c"
];