mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-18 14:17:01 +01:00
43 lines
968 B
JSON
43 lines
968 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.24/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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|