diff --git a/bin/omarchy-update-perform b/bin/omarchy-update-perform index 2b6810d9..82946cfd 100755 --- a/bin/omarchy-update-perform +++ b/bin/omarchy-update-perform @@ -3,7 +3,7 @@ set -e # Ensure screensaver/sleep doesn't set in during updates -hyprctl dispatch tagwindow +noidle &> /dev/null +hyprctl dispatch tagwindow +noidle &> /dev/null || true # Perform all update steps omarchy-update-time @@ -15,4 +15,4 @@ omarchy-hook post-update omarchy-update-restart # Re-enable screensaver/sleep after updates -hyprctl dispatch tagwindow -- -noidle &> /dev/null +hyprctl dispatch tagwindow -- -noidle &> /dev/null || true