mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-09 13:12:08 +00:00
Matugen: fix ghostty's posthook
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user