From b6cb8671de65b832b999bb550e1060e50e9f5584 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Thu, 16 Jul 2020 09:38:59 +0300 Subject: [PATCH] Adding rule to ignore chrome --- config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 0150662..f6d402c 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -21,8 +21,8 @@ shadow-exclude = [ "name *= 'picom'", "name *= 'scrot'", "name *= 'VLC'", - "class_g = 'Firefox' && argb" - + "class_g = 'Firefox' && argb", + "class_g = 'Chrome' && argb" ]; # detect-rounded-corners = true;