From 8bbf416d066a23c2cd69bf379d1a3e0184c8861d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Wed, 22 Mar 2017 15:54:24 +0100 Subject: Added and adjusted config files and added first iteration of midori-display.default file. --- examples/midori-display.default | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 examples/midori-display.default (limited to 'examples') 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="" -- cgit v1.2.3