summaryrefslogtreecommitdiff
path: root/debian/internet-kiosk.default
blob: 58677591ba404e257b17ab70bab18d9c8663bac2 (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

# Internet Kiosk Browser: Wrap around Firefox-ESR and turn into 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"

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