-
Notifications
You must be signed in to change notification settings - Fork 2
/
rpcd.conf
67 lines (50 loc) · 1.34 KB
/
rpcd.conf
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[api]
bind = :: 8080
[x11 gpu]
display = :0
deflayout = default
repatriate = yes
;[x11 integrated]
;display = :1
;deflayout = default
[layout gpu:default]
file = layouts/gpu-default.sfdump
[layout gpu:fullscreen]
file = layouts/gpu-fullscreen.sfdump
[layout gpu:pip]
file = layouts/pip.sfdump
;[layout gpu:startup]
;read-display = yes
;[layout integrated:default]
;fule = layouts/intel-default.sfdump
;[layout integrated:startup]
;read-display = yes
[command TV]
description = Play TV live stream
command = scripts/tv-wrapper %Station
Station = enum ARD ZDF ARTE
[command InputServer]
windows = no
description = Start an InputServer Host - see https://github.com/kitinfo/network-gamepads
command = scripts/start-inputserver
[command GameCube]
description = Please start an InputServer instance and connect controllers before starting.
command = scripts/dolphin-wrapper %Game
Game = enum DoubleDash StarFoxAlliance
[command Youtube-Player]
description = Play YouTube video URLs - not every URL works
command = scripts/youtube-wrapper %url
url = string https://youtube.com/watch?v=
[command xecho]
command = /usr/bin/xecho %Text
Text = string Your message here
[command window]
command = /usr/bin/xecho Test
chdir = /home/test
[control]
fifo = control_fifo
socket = control_socket
[variables]
background = black
foreground = green
include automation.conf