first step of the big refactoring ("tree" branch).
From here on, we can track changes. It made no sense to put the development up to this point into git.
This commit is contained in:
@ -124,6 +124,9 @@ struct Config {
|
||||
} bar;
|
||||
};
|
||||
|
||||
char *glob_path(const char *path);
|
||||
bool path_exists(const char *path);
|
||||
|
||||
/**
|
||||
* Reads the configuration from ~/.i3/config or /etc/i3/config if not found.
|
||||
*
|
||||
|
Reference in New Issue
Block a user