mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
fix: also restart ghostty/kitty on nix (#934)
This commit is contained in:
@@ -195,6 +195,8 @@ refresh_gtk() {
|
|||||||
signal_terminals() {
|
signal_terminals() {
|
||||||
pgrep -x kitty >/dev/null 2>&1 && pkill -USR1 kitty
|
pgrep -x kitty >/dev/null 2>&1 && pkill -USR1 kitty
|
||||||
pgrep -x ghostty >/dev/null 2>&1 && pkill -USR2 ghostty
|
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() {
|
build_once() {
|
||||||
|
|||||||
Reference in New Issue
Block a user