December 7, 201510 yr I have asked this question on the Openelec forum and I have had one suggestion but unfortunately that hasn't worked so I thought as there are some very clever Linux people in here I thought that you guys might like to give it a shot for me. I am using the Neon skin on my pc in the living room and always suspend it rather than turn it off. What I would like to do is when it wakes from suspend to default to the movies button on the home screen. Currently it stays on the shutdown button when it wakes. I have been searching around the various Wiki's and on the OE forum and I have cobbled together the script below - now I have never written a script in my life and its no surprise it doesnt work lol. I have created the folder sleep.d in the configfiles folder on my pc. Would someone like to give me some pointers as to what I have done wrong please #!/bin/sh case "$1" in pre) ;; post) SetFocus(3,67) ;; esac
Archived
This topic is now archived and is closed to further replies.