diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2017-03-22 15:54:24 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2017-03-22 15:54:24 +0100 |
commit | 8bbf416d066a23c2cd69bf379d1a3e0184c8861d (patch) | |
tree | 60616e6f2db5e788c2d0a7a4ef84d1c1c73691ef /examples | |
parent | 64a1e354754d9ade54c493be1ecc3cb33e1dde9b (diff) | |
download | surf-display-8bbf416d066a23c2cd69bf379d1a3e0184c8861d.tar.gz surf-display-8bbf416d066a23c2cd69bf379d1a3e0184c8861d.tar.bz2 surf-display-8bbf416d066a23c2cd69bf379d1a3e0184c8861d.zip |
Added and adjusted config files and added first iteration of midori-display.default file.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/midori-display.default | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/examples/midori-display.default b/examples/midori-display.default new file mode 100644 index 0000000..62a666c --- /dev/null +++ b/examples/midori-display.default @@ -0,0 +1,40 @@ +# Midori Display: Wrap around midori browser and turn your +# system into a browser screen in KIOSK-mode. + +# default download URI for all display screens if not configured individually +DEFAULT_WWW_URI="file:///usr/share/doc/midori-display/midori-display.html" + +# Enforce fixed resolution for all displays (default: not set): +#DEFAULT_RESOLUTION="1920x1080" + +#FIXME: Configure individual display screens with host specific parameters: +#DISPLAYS['display-host-0']="pdf_uri=file:///usr/share/doc/impressive-display/impressive-display.pdf.gz" +#DISPLAYS['display-host-1']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage1.pdf.gz" +#DISPLAYS['display-host-2']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage2.pdf.gz|res=1024x768" +#DISPLAYS['display-host-3']="pdf_uri=file:///usr/share/doc/impressive-display/examples/testpage3.pdf.gz|res=1280x1024" +#DISPLAYS['other-host-from-web']="pdf_uri=https://some.host.out.there/path/to/infoscreen.pdf" + +#### ^^^ use: FAKE_HOSTNAME="display-host-1" midori-display +### to play with other hostnames and their PDF URI / resolution settings... + +# HTTP proxy URL, if needed. +#HTTP_PROXY_URL="http://webcache:3128" + +# Setting for internal inactivity timer to restart midori-display +# if the user goes inactive/idle. +#INACTIVITY__INTERVAL="600" + +# log to syslog instead of .xsession-errors +#LOG_TO_SYSLOG="no" + +# Enable debugging of regular downloads (must be a non-empty string). +#DEBUG_DOWNLOADS="" + +# Launch pulseaudio daemon if not already running. +#WITH_PULSEAUDIO="yes" + +# Hide idle mouse pointer. +#HIDE_IDLE_POINTER="yes" + +# screensaver settings, see "man 1 xset" for possible options +#SCREENSAVER_SETTINGS="" |