Prevent idle while updating

This commit is contained in:
Ryan Hughes
2025-12-13 19:12:25 -05:00
parent fec0731c17
commit 573cbd8ec3
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
hyprctl dispatch tagwindow +noidle
gum style --border normal --border-foreground 6 --padding "1 2" \
"Ready to update?" \

View File

@@ -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