diff options
Diffstat (limited to 'examples/midori-display.default')
-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="" |