feat: support windowrule offsetx & offsety

This commit is contained in:
chenyc
2025-04-06 15:18:10 +08:00
parent e7a6e85569
commit 956c6338a6
3 changed files with 50 additions and 9 deletions

View File

@@ -106,6 +106,8 @@ tags=id:9,layout_name:tile
# animation_type_close : type-string(zoom,slide)
# isnoborder : type-num(0 or 1)
# monitor : type-num(0-99999)
# offsetx : type-num(-100-100) -- Offset relative to the center, 0 is center, -100 is left, 100 is right (unit %)
# offsety : type-num(-100-100) -- Offset relative to the center , 0 is center, -100 is top, 100 is bottom (unit %)
# width : type-num(0-9999)
# height : type-num(0-9999)
# isterm : type-num (0 or 1) -- when new window open, will replace it, and will restore after the sub window exit