-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
51 lines (51 loc) · 1.21 KB
/
config.js
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
43
44
45
46
47
48
49
50
51
module.exports = {
showDevTools: false,
preventStartup: false,
recordTime: 15,
defaultName: 'i <3 space',
automate: false,
windows: [
{
label: 'booth',
fullscreen: true,
alwaysOnTop: false,
//displayId: '69733248',
file: 'local/booth/index.html',
},
{
label: 'playback',
fullscreen: true,
alwaysOnTop: true,
//displayId: '724059286',
file: 'local/playback/index.html',
},
{
label: 'name_1',
fullscreen: true,
alwaysOnTop: true,
//displayId: '724059286',
//url: 'http://localhost/index.html' //use for web protocol
file: 'local/name/index.html',
//size: { width: 192, height: 108 },
//position: { x: 0, y: 200 },
},
{
label: 'name_2',
fullscreen: true,
alwaysOnTop: true,
//displayId: '724059286',
file: 'local/name/index.html',
//size: { width: 192, height: 108 },
//position: { x: 192, y: 200 },
},
{
label: 'name_3',
fullscreen: true,
alwaysOnTop: true,
//displayId: '724059286',
file: 'local/name/index.html',
//size: { width: 192, height: 108 },
//position: { x: 384, y: 200 },
},
],
};