picom.sample.conf: remove shadow-exclude's example

it was using the legacy format of conditions and the same rule is
actually used below.
This commit is contained in:
Maxim Solovyov 2024-02-29 14:55:35 +03:00
parent d8a0fcf661
commit fd773a3e33
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ shadow-offset-y = -7;
# shadow-color = "#000000"
# Specify a list of conditions of windows that should have no shadow.
#
# examples:
# shadow-exclude = "n:e:Notification";
#
# shadow-exclude = []
shadow-exclude = [
"name = 'Notification'",