Ensure that noidle is turned off after update is complete

Closees #3982
Co-authored-by: @sgruendel
This commit is contained in:
David Heinemeier Hansson
2025-12-24 19:25:18 +01:00
parent fd952c2323
commit e44e937284
3 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# Ensure screensaver/sleep doesn't set in during updates
hyprctl dispatch tagwindow +noidle &> /dev/null
# No-op now that omarchy-update-perform is responsible for idle management.
# But this file can't be removed since it was referenced in old omarchy-update files,
# which would fail if this file is missing.