Skip to content

Commit

Permalink
tests: add corner-radius-rules to the parsing test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Apr 1, 2023
1 parent 6d459ba commit 379f67f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/configs/parsing_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ rounded-corners-exclude = [
"window_type = 'desktop'"
];

corner-radius-rules = [
"10:window_type = 'dock'",
"0x32:window_type = 'desktop'"
];


#################################
# Background-Blurring #
Expand Down

0 comments on commit 379f67f

Please sign in to comment.