1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-03-03 16:14:36 -05:00

tests: add corner-radius-rules to the parsing test

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2023-04-01 11:27:05 +01:00
parent 6d459badbc
commit 379f67f5c2
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4

View file

@ -155,6 +155,11 @@ rounded-corners-exclude = [
"window_type = 'desktop'"
];
corner-radius-rules = [
"10:window_type = 'dock'",
"0x32:window_type = 'desktop'"
];
#################################
# Background-Blurring #