1
0
Fork 0
forked from wry/wry

fix some bugs relating to tab behavior and border rendering

This commit is contained in:
kossLAN 2026-05-03 04:17:23 -04:00
parent f056727621
commit 206a5fb19e
No known key found for this signature in database
12 changed files with 240 additions and 172 deletions

View file

@ -2137,6 +2137,10 @@
"description": "The color of the borders between windows.",
"$ref": "#/$defs/Color"
},
"active-border-color": {
"description": "The color of the borders around active windows.",
"$ref": "#/$defs/Color"
},
"captured-focused-title-bg-color": {
"description": "The background color of focused titles that are being recorded.",
"$ref": "#/$defs/Color"
@ -2212,6 +2216,11 @@
"bar-font": {
"type": "string",
"description": "The name of the font to use in the bar. Defaults to `font` if not set."
},
"corner-radius": {
"type": "number",
"description": "The corner radius for window borders in logical pixels. Defaults to 0 (square corners).",
"minimum": 0.0
}
},
"required": []