don't wait for the hyprland unit, fails if it is already inactive

This commit is contained in:
Maximilian Seidler 2025-10-11 17:09:52 +02:00
parent bd62b184ab
commit 999aa56d07

View file

@ -146,8 +146,7 @@ in {
break
_, out = machine.execute("hyprctl --instance 0 dispatch exit")
machine.wait_for_unit("hyprland", timeout=10)
machine.execute("hyprctl --instance 0 dispatch exit")
_, exit_status = machine.execute("cat /tmp/exit_status")
# For the github runner, just to make sure wen don't accidentally succeed