mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(template): ensure kitty's live config reload after theme regeneration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user