1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

fix: also restart ghostty/kitty on nix (#934)

This commit is contained in:
Marcus Ramberg
2025-12-07 16:28:26 +01:00
committed by GitHub
parent 89993b7421
commit 49eb60589d

View File

@@ -195,6 +195,8 @@ refresh_gtk() {
signal_terminals() {
pgrep -x kitty >/dev/null 2>&1 && pkill -USR1 kitty
pgrep -x ghostty >/dev/null 2>&1 && pkill -USR2 ghostty
pgrep -x .kitty-wrapped >/dev/null 2>&1 && pkill -USR2 .kitty-wrapped
pgrep -x .ghostty-wrappe >/dev/null 2>&1 && pkill -USR2 .ghostty-wrappe
}
build_once() {