From a25e9f2a5686c77cbda5c201f7481188bdc7e0d3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 7 Jul 2021 11:38:50 +0200 Subject: [PATCH] picom: also make Zoom floating window not transparent --- dotfiles/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 895ac1e..0f4b0ee 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -8,6 +8,7 @@ use-ewmh-active-win = true; opacity-rule = [ "100:fullscreen", "100:name = 'Zoom Meeting'", + "100:name = 'zoom_linux_float_video_window'", "100:window_type = 'popup_menu'", "100:window_type = 'dropdown_menu'", "100:window_type = 'menu'",