Prevent maching the check causing spontaneous locking

This commit is contained in:
Ryan Hughes
2026-05-19 21:01:15 -04:00
parent ad271c1fcb
commit 26281b3863
4 changed files with 95 additions and 60 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ if pgrep -x "1password" >/dev/null; then
fi
# Avoid running screensaver when locked
pkill -f '[o]rg.omarchy.screensaver'
pkill -f '[o]rg.omarchy.screensaver' 2>/dev/null || true