Load configuration file from ~/.i3/config or /etc/i3/config

This commit is contained in:
Michael Stapelberg
2009-03-04 09:16:18 +01:00
parent 3c6d4f7663
commit 415b5cc0e8
3 changed files with 34 additions and 12 deletions

View File

@ -9,6 +9,6 @@ struct Config {
const char *font;
};
void load_configuration(const char *configfile);
void load_configuration(const char *override_configfile);
#endif