mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-17 06:46:21 -04:00
Implement live-reload of config colors on SIGUSR1.
This commit is contained in:
parent
a50f78c599
commit
341cdabdd2
7 changed files with 87 additions and 0 deletions
1
server.h
1
server.h
|
|
@ -9,3 +9,4 @@ struct server;
|
|||
struct server *server_init(const struct config *conf, struct fdm *fdm,
|
||||
struct reaper *reaper, struct wayland *wayl);
|
||||
void server_destroy(struct server *server);
|
||||
void server_hard_reload_config_colors(struct server *server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue