From 9ed5429741946518d653109f7f5584415a9e0348 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 20 Apr 2023 10:31:18 +0300 Subject: [.config/picom] Added easyeffects to shadow exclusion --- .config/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/picom.conf b/.config/picom.conf index 5714d74..de41263 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -50,7 +50,8 @@ shadow-exclude = [ "class_g = 'Cairo-clock'", "_GTK_FRAME_EXTENTS@:c", "class_g = 'lead'", - "class_g = 'firefox' && argb" # thanks https://github.com/rehmano/dotfiles/blob/master/picom/picom.conf + "class_g = 'firefox' && argb", # thanks https://github.com/rehmano/dotfiles/blob/master/picom/picom.conf + "class_g = 'easyeffects'" ]; # Specify a X geometry that describes the region in which shadow should not -- cgit v1.2.3