mirror of
https://github.com/yshui/picom.git
synced 2025-02-17 15:56:21 -05:00
picom.sample.conf: remove type specifiers from rules
a follow-up for #1205.
This commit is contained in:
parent
f14149d6cd
commit
d8a0fcf661
1 changed files with 2 additions and 2 deletions
|
@ -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@"
|
||||
];
|
||||
|
||||
#################################
|
||||
|
|
Loading…
Add table
Reference in a new issue