-
I installed using
Then I set an environment variable Following the walkthrough, I then ran:
Searching precisely for |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Hi! I have seen the same issue when having komorebi.json with errors. Check that your configuration is correct. |
Beta Was this translation helpful? Give feedback.
-
https://www.youtube.com/watch?v=ODB0XwBNhbc you can also check out this video to enable auto-completions. To get more information about the exact error that is stopping |
Beta Was this translation helpful? Give feedback.
-
I had the same error, when my application.yaml was wrong. |
Beta Was this translation helpful? Give feedback.
-
If your config here: C:\Users\YOUR_USER\.config\komorebi In komorebi.json remove space in patch: Then start: |
Beta Was this translation helpful? Give feedback.
-
I figured it out, you need to run:
This command will create default configuration file, which you need to replace with your own. Then you will be able to run
which will read your configuration file from user directory (or specify I have no idea why it works this way, but for some reason the only way to read this configuration file is to run quickstart first, otherwise it will error |
Beta Was this translation helpful? Give feedback.
https://www.youtube.com/watch?v=ODB0XwBNhbc you can also check out this video to enable auto-completions.
To get more information about the exact error that is stopping
komorebi
from starting, you can call the binary directly withkomorebi --config $Env:USERPROFILE\komorebi\komorebi.json