diff --git a/bin/omarchy-update-without-idle b/bin/omarchy-update-without-idle index d1892373cf..8d31f96fbc 100755 --- a/bin/omarchy-update-without-idle +++ b/bin/omarchy-update-without-idle @@ -1,4 +1,4 @@ #!/bin/bash # Ensure screensaver/sleep doesn't set in during updates -hyprctl dispatch tagwindow +noidle &> /dev/null +hyprctl dispatch tagwindow +noidle &> /dev/null || true