-
Notifications
You must be signed in to change notification settings - Fork 204
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
Option to change inactivity timer [feature request] #120
Comments
I think the relevant line is
|
I found that under Linux, you can set the idle time via dconf-editor. Find the value in milliseconds in |
To add to @Konzertheld 's comment:
That's all :) However, after you do that, and a "micro break" prompt comes up, that prompt never detects that you've stopped using the PC, so you get the "disappointed lightbulb" face and the prompt times out. So, something is missing in my solution. (probably because I'm using an undocumented feature here). |
I am so glad I found this thread. Was looking for this functionality, as I often spend 10-20 seconds just starting at my screen, thinking of the next step to take. And that definitely isn't me having an eye-break. @logixoul I think I also found out why you get a disappointed bulb showing up. Your |
Issue #103 was how I learned that reading mode existed. It's great that we have that functionality (though I don't know if "Reading Mode" is descriptive enough for users to understand exactly what it entails).
However, the current implementation of the inactivity timer seems a bit one-size-fits-all. It's not hard to imagine going through the work day looking at code and documentation and not knowing when you might end up reading something for a half hour or more - and if you end up reading something longer than you thought you would and you don't bring up workrave and activate reading mode then you won't get prompted to take breaks.
A nice middle-ground would be a configurable inactivity timer. Then a user could set it to some value which exceeds the maximum number of seconds they would ever spend reading a single screen of text. Then they wouldn't need to activate reading mode to continue getting prompts for breaks, but they would still be able to walk away from the computer and have the break timers pause after a couple of minutes. Thanks for your consideration.
The text was updated successfully, but these errors were encountered: