Need to grab this before the loop

This commit is contained in:
David Heinemeier Hansson
2026-04-10 06:37:49 -04:00
parent 1746a86a7b
commit c9cc4be4f9
+2 -1
View File
@@ -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