2 Commits

Author SHA1 Message Date
Leons Aleksandrovs
9d560ce526 changed mouse moving logic
previously it would see if user is active each 10 seconds, and once in 5
minutes, it would move mouse if user wasn't active.
It caused issues because if user wasn't active before 5 minute ticker,
then mouse would still move.
Now gover counts for how long user has been idle, and moves mouse only
when time exceeds preset value in seconds
2025-10-09 22:29:17 +03:00
Leons Aleksandrovs
15bceee317 first working prototype 2025-08-18 09:15:14 +03:00