mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Prevent idle while updating
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
hyprctl dispatch tagwindow +noidle
|
||||||
|
|
||||||
gum style --border normal --border-foreground 6 --padding "1 2" \
|
gum style --border normal --border-foreground 6 --padding "1 2" \
|
||||||
"Ready to update?" \
|
"Ready to update?" \
|
||||||
|
|||||||
@@ -16,3 +16,6 @@ windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.S
|
|||||||
|
|
||||||
# Popped window rounding
|
# Popped window rounding
|
||||||
windowrule = rounding 8, tag:pop
|
windowrule = rounding 8, tag:pop
|
||||||
|
|
||||||
|
# Prevent idle while open
|
||||||
|
windowrule = idleinhibit always, tag:noidle
|
||||||
|
|||||||
Reference in New Issue
Block a user