Merge pull request #696 from acdcbyl/main

Matugen: fix ghostty's posthook
This commit is contained in:
Lysec
2025-11-10 07:43:06 +01:00
committed by GitHub
+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",