LGUG2Z / komorebi-application-specific-configuration

A central place to document all tweaks required for Komorebi to 'just work' with as many applications as possible
MIT License
61 stars 47 forks source link

Add few hints for manual setup #104

Open rwijtvliet opened 2 weeks ago

rwijtvliet commented 2 weeks ago

For some reason, my organisation does not allow some traffic and the komorebic fetch-asc command ends in a timeout. I can still manually download the applications.yaml file from github, but I don't know what to do with it.

In the docs, it says: "The output of this command will also provide a line that you can paste into komorebi.json to ensure that the window manager looks for the file in the correction location."

But that doesn't help me, if the command won't complete successfully.

LGUG2Z commented 2 weeks ago

In the example configuration there is a pre-populated entry for app_specific_configuration_path - you can update this to wherever you want to put the manually downloaded file, but most people usually keep it in the same directory as their komorebi.json file, which is where the fetch-asc command will download it to as well.

You can find more details on any of the configuration options on the configuration reference page which exposes a full JSON schema (which can also be used to power autocompletions in editors which support it).

rwijtvliet commented 1 day ago

Thanks for your fast reply.

Concerning documentation - the configuration reference does not specify the format of the applications.json file, correct? Is this described somewhere?

I'm trying to get Teams to tile, but it won't, and I'm not sure if my applications.json file (a) is loaded and (b) has correct syntax.