From 573cbd8ec32eb712002a4e928f20d39a7e4be5f3 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sat, 13 Dec 2025 19:12:25 -0500 Subject: [PATCH] Prevent idle while updating --- bin/omarchy-update-confirm | 1 + default/hypr/apps/system.conf | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bin/omarchy-update-confirm b/bin/omarchy-update-confirm index df3d8145..7d447bb7 100755 --- a/bin/omarchy-update-confirm +++ b/bin/omarchy-update-confirm @@ -1,4 +1,5 @@ #!/bin/bash +hyprctl dispatch tagwindow +noidle gum style --border normal --border-foreground 6 --padding "1 2" \ "Ready to update?" \ diff --git a/default/hypr/apps/system.conf b/default/hypr/apps/system.conf index bcdcd15b..889235cc 100644 --- a/default/hypr/apps/system.conf +++ b/default/hypr/apps/system.conf @@ -16,3 +16,6 @@ windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.S # Popped window rounding windowrule = rounding 8, tag:pop + +# Prevent idle while open +windowrule = idleinhibit always, tag:noidle