mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-17 06:16:36 +01:00
This commit fixes a regression that was most likely introduced in #678 which changed a bunch of stuff related to window and border dimension calculation. While we could previously assume that the points resize.right and resize.bottom would always be 0 if we were dealing with a move rather than a resize, these two points now depend on the values of BORDER_WIDTH and BORDER_OFFSET. The code has been updated to reflect this and calculate this constant just-in-time.
28 lines
828 B
JSON
28 lines
828 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.22/schema.json",
|
|
"app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml",
|
|
"window_hiding_behaviour": "Cloak",
|
|
"cross_monitor_move_behaviour": "Insert",
|
|
"default_workspace_padding": 20,
|
|
"default_container_padding": 20,
|
|
"border_padding": 8,
|
|
"border_offset": -1,
|
|
"active_window_border": false,
|
|
"active_window_border_colours": {
|
|
"single": "#42a5f5",
|
|
"stack": "#00a542",
|
|
"monocle": "#ff3399"
|
|
},
|
|
"monitors": [
|
|
{
|
|
"workspaces": [
|
|
{ "name": "I", "layout": "BSP" },
|
|
{ "name": "II", "layout": "VerticalStack" },
|
|
{ "name": "III", "layout": "HorizontalStack" },
|
|
{ "name": "IV", "layout": "UltrawideVerticalStack" },
|
|
{ "name": "V", "layout": "Rows" }
|
|
]
|
|
}
|
|
]
|
|
}
|