Merge pull request #702 from onelocked/main

Fixing Matugen Ghostty posthook
This commit is contained in:
Lemmy
2025-11-10 09:59:38 -05:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ Singleton {
"name": "Ghostty",
"matugenPath": "Terminal/ghostty",
"outputPath": "~/.config/ghostty/themes/noctalia",
"postHook": "pgrep -x ghostty >/dev/null && pkill -SIGUSR2 ghostty; true"
"postHook": "bash -c 'pgrep -f ghostty >/dev/null && pkill -SIGUSR2 ghostty || true'"
}, {
"id": "kitty",
"name": "Kitty",