#pragma once #include struct config { char *term; char *shell; char *font; }; bool config_load(struct config *conf); void config_free(struct config conf);