aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Javier2021-09-23 13:47:58 -0400
committerKyle Javier2021-09-23 13:47:58 -0400
commit7d1da16facd3b1511bdd1a69f2631e8d818bcde9 (patch)
treef8281fa662d1a0ccfed9d5c23073d8fc4a72f705
parentc7187ddbc5e744732ce16d8f1b40080694dea868 (diff)
changed settings for compositor to be friendly with Zoom screen share
-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"
];