Quote:
Originally Posted by galneon
That's an interesting solution, but I imagine a looping script sending a touch every ~4 minutes or so (if the timeout is 5 minutes--never measured myself) would cause more trouble than it's worth. :/ Oh well, thanks for the reply.
|
No need for a looping script, it is an event driven system.
Just use an event system call to wait for the "going to screen saver" event.
Reset the timer, test if it should continue, if so, wait again else exit.
Actual examples to be found in several places around here and in the Wiki.