From ffbc1f488704ce7e5d8dfabdbc5189f049770312 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 14 Apr 2022 14:40:13 +0200 Subject: [PATCH] picom: jitsi meet should not be transparent --- dotfiles/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 2adb61a..5353c8e 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -16,6 +16,7 @@ opacity-rule = [ "100:fullscreen", "100:name = 'Zoom Meeting'", "100:name = 'zoom_linux_float_video_window'", + "100:class_i = 'jitsi meet'", "100:class_g = 'Rofi'", "100:class_g = 'mpv'", "100:class_g = 'Xss-dimmer'",