mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 10:08:33 +02:00
docs(mkdocs): add note to update asc path
Add note about updating app_specific_configuration_path when using KOMOREBI_CONFIG_HOME
This commit is contained in:
@@ -26,5 +26,15 @@ If you already have configuration files that you wish to keep, move them to the
|
|||||||
The next time you run `komorebic start`, any files created by or loaded by
|
The next time you run `komorebic start`, any files created by or loaded by
|
||||||
_komorebi_ will be placed or expected to exist in this folder.
|
_komorebi_ will be placed or expected to exist in this folder.
|
||||||
|
|
||||||
|
After setting `$Env:KOMOREBI_CONFIG_HOME`, make sure to update the path in komorebi.json:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
This ensures that komorebi can locate all configuration files correctly.
|
||||||
|
|
||||||
[](https://www.youtube.com/watch?v=C_KWUqQ6kko)
|
video](https://img.youtube.com/vi/C_KWUqQ6kko/hqdefault.jpg)](https://www.youtube.com/watch?v=C_KWUqQ6kko)
|
||||||
|
|||||||
Reference in New Issue
Block a user