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
@@ -9,7 +9,7 @@ screensaver_in_focus() {
exit_screensaver() {
hyprctl eval 'hl.config({ cursor = { invisible = false } })' &>/dev/null || hyprctl keyword cursor:invisible false &>/dev/null || true
pkill -x tte 2>/dev/null
pkill -f org.omarchy.screensaver 2>/dev/null
pkill -f '[o]rg.omarchy.screensaver' 2>/dev/null
exit 0
}