Skip to content

Commit e101ff2

Browse files
authored
Update config.toml
1 parent 532383e commit e101ff2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

config.toml

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
# example configuration
22

3-
# capture_backend = "LayerShell"
4-
5-
# release bind
6-
release_bind = ["KeyA", "KeyS", "KeyD", "KeyF"]
3+
# configure release bind
4+
release_bind = [ "KeyA", "KeyS", "KeyD", "KeyF" ]
75

86
# optional port (defaults to 4242)
97
port = 4242
10-
# optional frontend -> defaults to gtk if available
11-
# frontend = "gtk"
128

139
# list of authorized tls certificate fingerprints that
1410
# are accepted for incoming traffic
1511
[authorized_fingerprints]
1612
"bc:05:ab:7a:a4:de:88:8c:2f:92:ac:bc:b8:49:b8:24:0d:44:b3:e6:a4:ef:d7:0b:6c:69:6d:77:53:0b:14:80" = "iridium"
1713

1814
# define a client on the right side with host name "iridium"
19-
[right]
15+
[[clients]]
16+
# position (left | right | top | bottom)
17+
position = "right"
2018
# hostname
2119
hostname = "iridium"
20+
# activate this client immediately when lan-mouse is started
21+
activate_on_startup = true
2222
# optional list of (known) ip addresses
2323
ips = ["192.168.178.156"]
2424

2525
# define a client on the left side with IP address 192.168.178.189
26-
[left]
26+
[[clients]]
27+
position = "left"
2728
# The hostname is optional: When no hostname is specified,
2829
# at least one ip address needs to be specified.
2930
hostname = "thorium"

0 commit comments

Comments
 (0)