View Single Post
Old 04-06-2019, 07:12 PM   #5
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,813
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by djsmiley2k View Post
The sleep disable seems to be missing the script?
All kindles come with the script built in, it is in /usr/bin/ds.sh and is the basis for
the enable script, es.sh
Code:
#!/bin/sh

lipc-set-prop com.lab126.powerd preventScreenSaver 0
The ds.sh you are looking for is:
Code:
#!/bin/sh

lipc-set-prop com.lab126.powerd preventScreenSaver 1
The disable capability isn't really necessary for KUAL, but I think bringing KUAL up and tapping a button enough more convenient than typing ~ds into a search bar.
j.p.s is offline   Reply With Quote