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:
parent
6d459badbc
commit
379f67f5c2
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@ rounded-corners-exclude = [
|
|||
"window_type = 'desktop'"
|
||||
];
|
||||
|
||||
corner-radius-rules = [
|
||||
"10:window_type = 'dock'",
|
||||
"0x32:window_type = 'desktop'"
|
||||
];
|
||||
|
||||
|
||||
#################################
|
||||
# Background-Blurring #
|
||||
|
|
Loading…
Add table
Reference in a new issue