diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-02-12 10:47:42 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-02-12 10:47:42 +0100 |
commit | 5ce494c0febebca1df7a016681a60ea39a2ccedc (patch) | |
tree | 49d63889a95884e4faccaeae2f71896e2ab73539 | |
parent | 3a16d312f3387f1f91cd5b6d10080fe40b82fd23 (diff) | |
download | impressive-display-5ce494c0febebca1df7a016681a60ea39a2ccedc.tar.gz impressive-display-5ce494c0febebca1df7a016681a60ea39a2ccedc.tar.bz2 impressive-display-5ce494c0febebca1df7a016681a60ea39a2ccedc.zip |
slide duration: Set default slide duration time to 15s.
-rwxr-xr-x | bin/impressive-display | 4 | ||||
-rw-r--r-- | examples/impressive-display.default | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index 5cfcd1c..6d4244e 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -68,8 +68,8 @@ LOG_TO_SYSLOG= SLEEP_HOURS="22-06" SLEEP_HOURS_DOWNLOAD_INTERVAL="0" -# show each slide for 20 seconds by default -SLIDE_DURATION="5" +# show each slide for 15 seconds by default +SLIDE_DURATION="15" # option for impressive fading... IMPRESSIVE_OPTIONS="--transition None" diff --git a/examples/impressive-display.default b/examples/impressive-display.default index 9b123e7..d05e1f6 100644 --- a/examples/impressive-display.default +++ b/examples/impressive-display.default @@ -43,7 +43,7 @@ DEFAULT_PDF_URI="file:///usr/share/doc/impressive-display/impressive-display.pdf #DEBUG_DOWNLOADS="" # Show each slide for <n> seconds. -#SLIDE_DURATION=5 +#SLIDE_DURATION=15 # Launch pulseaudio daemon if not already running. #WITH_PULSEAUDIO="yes" |