# Internet Kiosk Browser: Wrap around Firefox-ESR and turn it into a # Kiosk mode browser # There can be master terminals and slave terminals. # All terminal not listed here are slave terminals... MASTER_TERMINALS="$(hostname -f)" # these terminals can have different startup URLs START_URL_MASTERS="http://wiki.debian.org" START_URL_SLAVES="http://wiki.it-zukunft-schule.de" # HTTP proxy URL, if needed #HTTP_PROXY_URL="http://webcache:3128" # launch pulseaudio daemon if not already running WITH_PULSEAUDIO="yes" # hide idle mouse pointer HIDE_IDLE_POINTER="yes" # enforce fixed resolution for displays # MASTER_RESOLUTION="1920x1080" # SLAVE_RESOLUTION="1920x1080" MASTER_RESOLUTION= SLAVE_RESOLUTION= # screensaver settings, see "man 1 xset" for possible options SCREENSAVER_SETTINGS=""