add systray to shadow exclude

This commit is contained in:
Sakooooo 2023-08-06 01:43:07 +03:00
parent cdcb5fed3d
commit 3f71f7f0a5
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -49,6 +49,7 @@ shadow-exclude = [
"class_g ?= 'Notify-osd'", "class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'", "class_g = 'Cairo-clock'",
"class_g = 'dwm'", "class_g = 'dwm'",
"class_g = 'dwmsystray'",
"_GTK_FRAME_EXTENTS@:c" "_GTK_FRAME_EXTENTS@:c"
]; ];