mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Abstracted load_config
This commit is contained in:
parent
7c02a1967b
commit
508980e3ab
4 changed files with 26 additions and 19 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue