mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-16 14:26:40 +01:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.28/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": true,
|
|
"border_width": 8,
|
|
"border_offset": -1,
|
|
"border_colours": {
|
|
"single": "#42a5f5",
|
|
"stack": "#00a542",
|
|
"monocle": "#ff3399",
|
|
"unfocused": "#808080"
|
|
},
|
|
"stackbar": {
|
|
"height": 40,
|
|
"mode": "OnStack",
|
|
"tabs": {
|
|
"width": 300,
|
|
"focused_text": "#00a542",
|
|
"unfocused_text": "#b3b3b3",
|
|
"background": "#141414"
|
|
}
|
|
},
|
|
"monitors": [
|
|
{
|
|
"workspaces": [
|
|
{
|
|
"name": "I",
|
|
"layout": "BSP"
|
|
},
|
|
{
|
|
"name": "II",
|
|
"layout": "VerticalStack"
|
|
},
|
|
{
|
|
"name": "III",
|
|
"layout": "HorizontalStack"
|
|
},
|
|
{
|
|
"name": "IV",
|
|
"layout": "UltrawideVerticalStack"
|
|
},
|
|
{
|
|
"name": "V",
|
|
"layout": "Rows"
|
|
},
|
|
{
|
|
"name": "VI",
|
|
"layout": "Grid"
|
|
},
|
|
{
|
|
"name": "VII",
|
|
"layout": "RightMainVerticalStack"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|