From 45bd3a0f1453f72374891449d6f9e99242f2bc1e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 7 Jun 2026 08:55:48 +0530 Subject: [PATCH] Add a note about interaction of --reload-in and auto reload --- kittens/themes/main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kittens/themes/main.py b/kittens/themes/main.py index f8b7ed9eb..de32cf62a 100644 --- a/kittens/themes/main.py +++ b/kittens/themes/main.py @@ -77,7 +77,10 @@ By default, this kitten will signal only the parent kitty instance it is running in to reload its config, after making changes. Use this option to instead either not reload the config at all or in all running -kitty instances. +kitty instances. Note that if you have config autoreload enabled +in kitty.conf (it is enabled by default) then :code:`parent` +is the same as :code:`all`, since all kitty instances will detect the config +file change and reload automatically. --dump-theme