Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/omarchy-update-perform
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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