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
1 changed files with 5 additions and 0 deletions

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 #