From 756721636ef05220700cfe775f73c3a23d0c7625 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 2 Dec 2020 07:33:48 +0530 Subject: changes --- picom/.config/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'picom/.config/picom.conf') diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 9225735..39afec2 100755 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -12,7 +12,7 @@ shadow-exclude = [ "class_g ?= 'polybar'", "name = 'Polybar tray window'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", - "class_g = 'Firefox' && argb", + "class_g = 'firefox' && argb", "_GTK_FRAME_EXTENTS@:c" ]; @@ -30,7 +30,7 @@ blur-background-exclude = [ "class_g ?= 'zoom'", "window_type = 'dock'", "window_type = 'desktop'", - "class_g = 'Firefox' && argb", + "class_g = 'firefox' && argb", "_GTK_FRAME_EXTENTS@:c" ]; opacity-rule = [ -- cgit v1.2.3