Merge pull request #2395 from Sunrongguo2008/main

Reload kitty colors on theme changes when the kitty template is enabled
This commit is contained in:
Lysec
2026-04-04 13:18:29 +02:00
committed by GitHub
+2
View File
@@ -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)