From b1a5de47896765bf4b41ccd583a6b1ed074f9231 Mon Sep 17 00:00:00 2001 From: wreald Date: Wed, 18 Sep 2024 19:19:32 +1000 Subject: [PATCH] Document live reloading in foot.ini(5). --- doc/foot.ini.5.scd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/foot.ini.5.scd b/doc/foot.ini.5.scd index 043600d2..1b1d6729 100644 --- a/doc/foot.ini.5.scd +++ b/doc/foot.ini.5.scd @@ -1969,6 +1969,14 @@ any of these options. Default: _8-bit_ +# LIVE RELOAD + +Foot is able to reload config colors at runtime when triggered by a +signal. Upon receiving SIGUSR1, foot will re-parse the config file it +is using and update the definitions from the [colors] section, +applying this change instantly. This does *not* affect any other +config values. + # SEE ALSO *foot*(1), *footclient*(1)