mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Ensure that noidle is turned off after update is complete
Closees #3982 Co-authored-by: @sgruendel
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user