fix(config): set new default border offset and width

In the new border painting strategy, the 20 pixel border is huge. The
border is now offset -1 by default, so as to draw over the standard DWM
1px border (avoiding a "1 pixel see through gap"), and the default width
is 8px.
This commit is contained in:
James Tucker
2024-02-25 12:03:41 -08:00
committed by جاد
parent fbb34ba4b3
commit 10ae60f79b
2 changed files with 4 additions and 4 deletions

View File

@@ -134,12 +134,12 @@
}
},
"active_window_border_offset": {
"description": "Offset of the active window border (default: None)",
"description": "Offset of the active window border (default: -1)",
"type": "integer",
"format": "int32"
},
"active_window_border_width": {
"description": "Width of the active window border (default: 20)",
"description": "Width of the active window border (default: 8)",
"type": "integer",
"format": "int32"
},