-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make SafeEyes register break if system was idle #658
Comments
Two questions for clarification: Is this about long breaks, or about short breaks? For some context: the smart pause plugin already has some logic around this. (Admittedly, I don't 100% understand the logic here either, so part of this is me writing it down as I read the code.) Assuming that this works correctly, and your question is about short breaks: I think this should be a setting. |
At first, I intended this to work the same both break types, but your reply got me thinking. What I would expect after taking a long break/idling would be that a long break was counted... :) And yes - I've verified Smart Pause works correctly. My problem is that I leave my computer for a while (between short breaks I presume, I haven't actually checked whether I'm spontaneously pausing before a long break - will do that...) and come back only to have a break suggested a few minutes after. So I would say that the behaviour you describe is the one that I want, but that it's not the way it works at the moment. I will investigate more to see if that happens between all breaks or only before short breaks. I completely agree with you on your last paragraph. I think I would be happy enough having my suggested autopause trigger on idling with a locked computer. |
Is your feature request related to a problem? Please describe.
When taking a spontaneous break (i.e. the system goes idle), I come back to a SafeEyes that says I should take a break only a few minutes after.
Describe the solution you'd like
I'd like an option for SafeEyes to have registered my computer idling as a break and not only as having paused SafeEyes. So when I come back to my computer, I want the break counter to restart from 0 again.
Describe alternatives you've considered
I guess this somehow belongs in the Smart Pause plugin..?
Additional context
The text was updated successfully, but these errors were encountered: