Fix lock screen killing ghostty screensaver instance instead of alacritty (#1979)

This commit is contained in:
Vladyslav
2025-10-06 21:51:30 +02:00
committed by GitHub
parent 7a7266aed0
commit b0ee5d2e79
+1 -1
View File
@@ -9,4 +9,4 @@ if pgrep -x "1password" >/dev/null; then
fi
# Avoid running screensaver when locked
pkill -f "$TERMINAL --class Screensaver"
pkill -f "alacritty --class Screensaver"