From 23db9ddcb098eb8fcd1dd99f5731bf8c6f57fd53 Mon Sep 17 00:00:00 2001 From: WS64 Date: Thu, 21 Aug 2014 22:31:47 +0200 Subject: [PATCH] Parameter to turn "last-book-screensaver" off --- defaults.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults.lua b/defaults.lua index 9c7913baf..635f5830e 100644 --- a/defaults.lua +++ b/defaults.lua @@ -166,8 +166,9 @@ SEARCH_PATH = true -- Light parameter for Kobo KOBO_LIGHT_OFF_ON_SUSPEND = false -KOBO_LIGHT_ON_START = -1 -- -1 or 0-100. -1 leaves light as it is, other sets light on start/wake up -KOBO_SCREEN_SAVER = "" -- image or directory with pictures or "-" +KOBO_LIGHT_ON_START = -1 -- -1 or 0-100. -1 leaves light as it is, other sets light on start/wake up +KOBO_SCREEN_SAVER = "" -- image or directory with pictures or "-" +KOBO_SCREEN_SAVER_LAST_BOOK = true -- get screensaver from last book if possible -- #################################################################### -- following features are not supported right now