From c9cc4be4f954b3373e9a0c30e2143d4ff3e7a9df Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 10 Apr 2026 06:37:49 -0400 Subject: [PATCH] Need to grab this before the loop --- bin/omarchy-launch-screensaver | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-launch-screensaver b/bin/omarchy-launch-screensaver index 7ce8d54e..aab3cb0e 100755 --- a/bin/omarchy-launch-screensaver +++ b/bin/omarchy-launch-screensaver @@ -18,6 +18,7 @@ fi # Silently quit Walker on overlay walker -q +focused=$(omarchy-hyprland-monitor-focused) terminal=$(xdg-terminal-exec --print-id) for m in $(hyprctl monitors -j | jq -r '.[] | .name'); do @@ -50,4 +51,4 @@ for m in $(hyprctl monitors -j | jq -r '.[] | .name'); do esac done -hyprctl dispatch focusmonitor $(omarchy-hyprland-monitor-focused) +hyprctl dispatch focusmonitor $focused