Need to grab this before the loop
This commit is contained in:
@@ -18,6 +18,7 @@ fi
|
|||||||
# Silently quit Walker on overlay
|
# Silently quit Walker on overlay
|
||||||
walker -q
|
walker -q
|
||||||
|
|
||||||
|
focused=$(omarchy-hyprland-monitor-focused)
|
||||||
terminal=$(xdg-terminal-exec --print-id)
|
terminal=$(xdg-terminal-exec --print-id)
|
||||||
|
|
||||||
for m in $(hyprctl monitors -j | jq -r '.[] | .name'); do
|
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
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
hyprctl dispatch focusmonitor $(omarchy-hyprland-monitor-focused)
|
hyprctl dispatch focusmonitor $focused
|
||||||
|
|||||||
Reference in New Issue
Block a user