mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-17 06:16:36 +01:00
26 lines
848 B
JSON
26 lines
848 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/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,
|
|
"active_window_border": false,
|
|
"active_window_border_colours": {
|
|
"single": { "r": 66, "g": 165, "b": 245 },
|
|
"stack": { "r": 256, "g": 165, "b": 66 },
|
|
"monocle": { "r": 255, "g": 51, "b": 153 }
|
|
},
|
|
"monitors": [
|
|
{
|
|
"workspaces": [
|
|
{ "name": "I", "layout": "BSP" },
|
|
{ "name": "II", "layout": "VerticalStack" },
|
|
{ "name": "III", "layout": "HorizontalStack" },
|
|
{ "name": "IV", "layout": "UltrawideVerticalStack" },
|
|
{ "name": "V", "layout": "Rows" }
|
|
]
|
|
}
|
|
]
|
|
}
|