Update help

This commit is contained in:
clsty
2025-11-13 01:47:21 +08:00
parent 0917ee65f2
commit 3c390d95be
2 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ readarray -t enabled_mons < <(hyprctl -j monitors all | jq -r '.[] | select(.dis
if [ ${#enabled_mons[@]} -eq 0 ]; then
hyprctl reload
fi
sleep 10
sleep 30
done