Load configuration file from ~/.i3/config or /etc/i3/config
This commit is contained in:
@ -9,6 +9,6 @@ struct Config {
|
||||
const char *font;
|
||||
};
|
||||
|
||||
void load_configuration(const char *configfile);
|
||||
void load_configuration(const char *override_configfile);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user