Abstracted load_config

This commit is contained in:
Luminarys 2015-08-10 14:22:22 -05:00
parent 7c02a1967b
commit 508980e3ab
4 changed files with 26 additions and 19 deletions

View file

@ -195,6 +195,9 @@ int cmd_reload(struct sway_config *config, int argc, char **argv) {
free(temp);
config = read_config(f, true);
fclose(f);
if (load_config()) {
}
return 0;
}