summaryrefslogtreecommitdiff
path: root/debian/internet-kiosk.default
blob: 423a01a840fbd6239dd715cf6c268a09e9f5c530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

# 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=""