diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 15:46:55 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-21 15:46:55 +0100 |
commit | 4585650db9169ee2534563cc1c6f16a1653d8358 (patch) | |
tree | 2062601c1279b0fadfe992b1a188ea9f08c297aa /examples/impressive-display.default | |
parent | 6c3cf46438ab49624004db8b614c261609328eec (diff) | |
download | impressive-display-4585650db9169ee2534563cc1c6f16a1653d8358.tar.gz impressive-display-4585650db9169ee2534563cc1c6f16a1653d8358.tar.bz2 impressive-display-4585650db9169ee2534563cc1c6f16a1653d8358.zip |
Set hard-coded/recommended slide duration to 5secs.
Diffstat (limited to 'examples/impressive-display.default')
-rw-r--r-- | examples/impressive-display.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/impressive-display.default b/examples/impressive-display.default index e2eeb80..d1ef063 100644 --- a/examples/impressive-display.default +++ b/examples/impressive-display.default @@ -47,7 +47,7 @@ DEFAULT_PDF_URI="file:///usr/share/doc/impressive-display/impressive-display.pdf #DEBUG_DOWNLOADS="" # Show each slide for <n> seconds. -#SLIDE_DURATION=20 +#SLIDE_DURATION=5 # Launch pulseaudio daemon if not already running. #WITH_PULSEAUDIO="yes" |