mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-04-28 00:50:37 +02:00
don't wait for the hyprland unit, fails if it is already inactive
This commit is contained in:
parent
bd62b184ab
commit
999aa56d07
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue