48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.json",
|
|
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json",
|
|
"window_hiding_behaviour": "Cloak",
|
|
"cross_monitor_move_behaviour": "Insert",
|
|
"default_workspace_padding": 5,
|
|
"default_container_padding": -1,
|
|
"border": true,
|
|
"border_width": 6,
|
|
"border_offset": -1,
|
|
"theme": {
|
|
"palette": "Base16",
|
|
"name": "Ashes",
|
|
"unfocused_border": "Base03",
|
|
"bar_accent": "Base0D"
|
|
},
|
|
"stackbar": {
|
|
"height": 40,
|
|
"mode": "OnStack",
|
|
"tabs": {
|
|
"width": 300,
|
|
"focused_text": "#00a542",
|
|
"unfocused_text": "#b3b3b3",
|
|
"background": "#141414"
|
|
},
|
|
},
|
|
"mouse_follows_focus": false,
|
|
"ignore_rules": [
|
|
{
|
|
"kind": "Exe",
|
|
"id": "vmconnect.exe",
|
|
"matching_strategy": "Equals"
|
|
},
|
|
{
|
|
"kind": "Exe",
|
|
"id": "KeePass.exe",
|
|
"matching_strategy": "Equals"
|
|
}
|
|
],
|
|
"object_name_change_applications": [
|
|
{
|
|
"kind": "Exe",
|
|
"id": "dopus.exe",
|
|
"matching_strategy": "Equals"
|
|
}
|
|
]
|
|
}
|