diff options
-rwxr-xr-x | bin/impressive-display | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index e6b95a4..977c4f3 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -42,8 +42,9 @@ DEFAULT_PDF_URL_CREDS="" declare -A CREDS # Can be configured at "/etc/default/impressive-display" -DEFAULT_PDF_URI="/usr/share/doc/impressive-display/examples/testpage1.pdf" -DEFAULT_RESOLUTION="1920x1080" +# FIXME: use LaTeX Beamer based presentation file that documents impressive-display. +DEFAULT_PDF_URI="file:///usr/share/doc/impressive-display/examples/testpage1.pdf" +DEFAULT_RESOLUTION="" # all displays that need to be changed declare -A DISPLAYS |