picom.sample.conf: remove type specifiers from rules

a follow-up for #1205.
This commit is contained in:
Maxim Solovyov 2024-02-29 14:33:52 +03:00
parent f14149d6cd
commit d8a0fcf661
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ shadow-exclude = [
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
"_GTK_FRAME_EXTENTS@"
];
# Specify a list of conditions of windows that should have no shadow painted over, such as a dock window.
@ -197,7 +197,7 @@ blur-kern = "3x3box";
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c"
"_GTK_FRAME_EXTENTS@"
];
#################################