mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.34/schema.json",
|
|
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json",
|
|
"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,
|
|
"theme": {
|
|
"palette": "Base16",
|
|
"name": "Ashes",
|
|
"unfocused_border": "Base03",
|
|
"bar_accent": "Base0D"
|
|
},
|
|
"stackbar": {
|
|
"height": 40,
|
|
"mode": "OnStack",
|
|
"tabs": {
|
|
"width": 300
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|