From 3f71f7f0a5369f8cfaee3f69e5486b86375b0993 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 01:43:07 +0300 Subject: [PATCH] add systray to shadow exclude --- config/picom/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 83ff0118..6ff115b0 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -49,6 +49,7 @@ shadow-exclude = [ "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'dwm'", + "class_g = 'dwmsystray'", "_GTK_FRAME_EXTENTS@:c" ];