Stop ttfx before closing the screensaver terminal (#6764)

This commit is contained in:
David Heinemeier Hansson
2026-08-12 20:05:10 +02:00
committed by GitHub
parent f5893ddd9e
commit 438f7b3340
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -20,4 +20,5 @@ if pgrep -x "1password" >/dev/null && omarchy-cmd-present 1password; then
fi
# Avoid running screensaver when locked
pkill -x ttfx 2>/dev/null || true
pkill -f '[o]rg.omarchy.screensaver' 2>/dev/null || true