summaryrefslogtreecommitdiff
path: root/examples/surf-display.default
blob: 789e5a6fa7cf9890a9f899b6c2a91982a448bbeb (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
30
31
32
33
34
35
36
37
38
39
40
41
42
# Surf Kiosk Display: Wrap around surf 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/surf-display/empty-page.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']="www_uri=https://www.displayserver.comany.net/display-1/index.html"
#DISPLAYS['display-host-1']="www_uri=https://www.displayserver.comany.net/display-2/index.html"
#DISPLAYS['display-host-2']="www_uri=https://www.displayserver.comany.net/display-3/index.html|res=1920x1280"
#DISPLAYS['display-host-3']="www_uri=https://www.displayserver.comany.net/display-4/index.html"|res=1280x1024"
#DISPLAYS['display-host-local-file']="www_uri=file:///usr/share/doc/surf-display/empty-page.html"

#### ^^^ use: FAKE_HOSTNAME="display-host-1" surf-display
### to play with other hostnames and their PDF URI / resolution settings...

# HTTP proxy URL, if needed (default: not set).
#HTTP_PROXY_URL="http://webcache:3128"

# Setting for internal inactivity timer to restart surf-display
# if the user goes inactive/idle.
#INACTIVITY__INTERVAL="300"

# log to syslog instead of .xsession-errors
#LOG_TO_SYSLOG="no"

# Launch pulseaudio daemon if not already running.
#WITH_PULSEAUDIO="yes"

# screensaver settings, see "man 1 xset" for possible options
#SCREENSAVER_SETTINGS=""

# disable right and middle pointer device click in browser sessions while keeping
# scrolling wheels' functionality intact... (consider "pointer" subcommand on
# xmodmap man page for details).
#POINTER_BUTTON_MAP="1 0 0 4 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"

# Hide idle mouse pointer.
#HIDE_IDLE_POINTER="yes"