commands: add 'reload' command

This commit is contained in:
Dominique Martinet 2018-01-05 22:05:48 +01:00
parent 0c58673c6a
commit 869be4378d
4 changed files with 27 additions and 0 deletions

View file

@ -698,3 +698,7 @@ char *do_var_replacement(char *str) {
}
return str;
}
void load_swaybars() {
/* stub function for reload commnd, to fill when we restore swaybars */
}