Also, if I want to set the configs values on startup, how to I know the names of the values to set. I can't find any examples or docs that help me out with this. I can pass into the terminal --config=pathtoconfig but how should the file containing the config values be organize?
gprime wrote:Also, if I want to set the configs values on startup, how to I know the names of the values to set. I can't find any examples or docs that help me out with this. I can pass into the terminal --config=pathtoconfig but how should the file containing the config values be organize?
Not sure what you trying to achieve but you can use core.get_config() for a list of all keys or look in the preferencesmanager for the majority.