Merge pull request #65 from taiyu-len/focus_v2

Focus v2
This commit is contained in:
Drew DeVault 2015-08-18 07:02:31 -04:00
commit 2f6dd0687b
15 changed files with 550 additions and 346 deletions

View file

@ -126,7 +126,7 @@ static char* get_config_path() {
return NULL;
}
bool load_config() {
bool load_config(void) {
sway_log(L_INFO, "Loading config");
char *path = get_config_path();