From 9b39d675634c6d4919af3356116b237aa5d07938 Mon Sep 17 00:00:00 2001 From: Sunrongguo2008 Date: Sat, 4 Apr 2026 19:09:35 +0800 Subject: [PATCH] fix(template): ensure kitty's live config reload after theme regeneration --- Scripts/bash/template-apply.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/bash/template-apply.sh b/Scripts/bash/template-apply.sh index 0e9d62bef..2b47a072b 100755 --- a/Scripts/bash/template-apply.sh +++ b/Scripts/bash/template-apply.sh @@ -20,6 +20,8 @@ kitty) else kitty +runpy "from kitty.utils import *; reload_conf_in_all_kitties()" fi + # Trigger kitty's live config reload after the template has been regenerated. + pkill -USR1 kitty >/dev/null 2>&1 || true ;; ghostty)