Matugen: fix ghostty's posthook

This commit is contained in:
Aiser
2025-11-10 14:39:54 +08:00
parent 2e0ffce2e0
commit 85ff0532fa
+1 -1
View File
@@ -21,7 +21,7 @@ Singleton {
"name": "Ghostty",
"matugenPath": "Terminal/ghostty",
"outputPath": "~/.config/ghostty/themes/noctalia",
"postHook": "pkill -SIGUSR2 ghostty"
"postHook": "pgrep -x ghostty >/dev/null && pkill -SIGUSR2 ghostty; true"
}, {
"id": "kitty",
"name": "Kitty",