Fix screensaver idle timeout overflow by using 1s poll intervals with deadline tracking instead of direct millisecond conversion

This commit is contained in:
2026-03-21 03:54:15 -04:00
parent 898002812e
commit ef1d92a108
4 changed files with 18 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
name = "shed"
description = "A linux shell written in rust"
publish = false
version = "0.6.1"
version = "0.6.2"
edition = "2024"