From c92a7eab81bee54af7e545892dc18943faae28e7 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Thu, 6 Nov 2025 11:32:19 -0500 Subject: [PATCH] Revert "Kill the actual screensaver command" This reverts commit 33dde269022cc3f659c6e2dfa61e88effbfe2ebe. --- bin/omarchy-lock-screen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-lock-screen b/bin/omarchy-lock-screen index cd9cdbff..d3f6276d 100755 --- a/bin/omarchy-lock-screen +++ b/bin/omarchy-lock-screen @@ -9,4 +9,4 @@ if pgrep -x "1password" >/dev/null; then fi # Avoid running screensaver when locked -pkill -f "omarchy-cmd-screensaver" +pkill -f "alacritty --class Screensaver"