mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
commands: add 'reload' command
This commit is contained in:
parent
0c58673c6a
commit
869be4378d
4 changed files with 27 additions and 0 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue