File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# example configuration
2
2
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" ]
7
5
8
6
# optional port (defaults to 4242)
9
7
port = 4242
10
- # optional frontend -> defaults to gtk if available
11
- # frontend = "gtk"
12
8
13
9
# list of authorized tls certificate fingerprints that
14
10
# are accepted for incoming traffic
15
11
[authorized_fingerprints ]
16
12
"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"
17
13
18
14
# define a client on the right side with host name "iridium"
19
- [right ]
15
+ [[clients ]]
16
+ # position (left | right | top | bottom)
17
+ position = " right"
20
18
# hostname
21
19
hostname = " iridium"
20
+ # activate this client immediately when lan-mouse is started
21
+ activate_on_startup = true
22
22
# optional list of (known) ip addresses
23
23
ips = [" 192.168.178.156" ]
24
24
25
25
# define a client on the left side with IP address 192.168.178.189
26
- [left ]
26
+ [[clients ]]
27
+ position = " left"
27
28
# The hostname is optional: When no hostname is specified,
28
29
# at least one ip address needs to be specified.
29
30
hostname = " thorium"
You can’t perform that action at this time.
0 commit comments