|
From: Rob C. <ro...@kr...> - 2003-11-13 15:55:13
|
William McKee <wi...@kn...> writes:
> Thanks for your reply. So the Pause Duration is used for both the amount
> of time for the break as well as the amount of time before the timer is
> reset due to inactivity. It would be nice to be able to configure the
Correct. In the statistics they are called 'prompted breaks' and
'naturual breaks'.
> amount of time required before workrave goes into idle mode. Personally,
> I find 5 seconds far too fast and would prefer my timers to go off every
> 10 minutes or 1 hr whether I'm "actively" using the computer or not.
The 5 seconds can be configured, but not using the preferences GUI. You
have to use regedit (on windows), gconf-editor (on gnome), or edit the
config.xml in ~/.workrave:
regedit:
CURRENT_USER/Software/Workrave/monitor/idle
gconf-editor:
apps/workrave/monitor/idle
xml:
<workrave>
<monitor activity="1000" idle="5000" noise="9000"/>
^^^^^^^^^^^
</workrave>
Note that this is not supported :-)
The idle threshold is a global setting. It cannot be set per break.
Groetjes,
Rob
--
Rob Caelers -- ro...@kr...
"If knowledge can create problems, it is not through ignorance
that we can solve them." -- Isaac Asimov
|