diff --git a/stage3/02-kiosk/00-run.sh b/stage3/02-kiosk/00-run.sh index d777e2b..d9e3b96 100755 --- a/stage3/02-kiosk/00-run.sh +++ b/stage3/02-kiosk/00-run.sh @@ -4,6 +4,7 @@ set -e mkdir -p "${ROOTFS_DIR}/home/kiosk" install -m 755 files/.xprofile "${ROOTFS_DIR}/home/kiosk/.xprofile" install -m 755 files/.browser.sh "${ROOTFS_DIR}/home/kiosk/.browser.sh" +install -m 755 files/.xtimeout "${ROOTFS_DIR}/home/kiosk/.xtimeout" mkdir -p "${ROOTFS_DIR}/home/kiosk/.config/openbox" install -m 644 files/autostart "${ROOTFS_DIR}/home/kiosk/.config/openbox/autostart" diff --git a/stage3/02-kiosk/files/.xtimeout b/stage3/02-kiosk/files/.xtimeout new file mode 100755 index 0000000..e3871ca --- /dev/null +++ b/stage3/02-kiosk/files/.xtimeout @@ -0,0 +1,3 @@ +xset s 60 +xset -dpms +xset s noblank