-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): make --config
optional for enable-autostart
#596
feat(cli): make --config
optional for enable-autostart
#596
Conversation
Can you check if autostarting without using the static config works for you? The last time we looked into autostarting with the dynamic config format it was too unreliable with a high reported failure rate; that's why I kept the autostart command limited to static config in the last release. |
I am not sure what you mean by the dynamic config format but I have |
komorebi/komorebic/src/main.rs Line 1607 in a68f384
If the From the linked line above I can't see how a static |
That make a lot more sense since I actually wanted to figure out why some of the options I have don't work while others work like Creating a If I were to guess why it failed for some people, they may have set |
Now if |
I think we can move to auto-detecting But for the rest of us *nix types, the autoloading too makes sense. I'm a little tired of typing out the path all the time. 😅
I think this sounds right, I can't believe I didn't think of this before. 🤦♀ |
I agree the |
I'll add the attempted automatic lookup for the |
This commit makes the --config flag on komorebi.exe optional, and updates the configuration loading logic to try to find a komorebi.json file in the HOME_DIR, which is either $Env:KOMOREBI_CONFIG_HOME or $Env:PROFILE. This unlocks the way for Amr's PR to make the --config flag optional on the enable-autostart command. re #596
@amrbashir I made the changes in |
Actually nevermind I was able to squash this to avoid fixing conflicts with the rebase 🎉 Thanks for all the work you put into these two PRs! 🙏 |
No description provided.