File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,9 @@ port = 4242
336
336
"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"
337
337
338
338
# define a client on the right side with host name "iridium"
339
- [right ]
339
+ [[clients ]]
340
+ # position (left | right | top | bottom)
341
+ position = " right"
340
342
# hostname
341
343
hostname = " iridium"
342
344
# activate this client immediately when lan-mouse is started
@@ -345,7 +347,8 @@ activate_on_startup = true
345
347
ips = [" 192.168.178.156" ]
346
348
347
349
# define a client on the left side with IP address 192.168.178.189
348
- [left ]
350
+ [[clients ]]
351
+ position = " left"
349
352
# The hostname is optional: When no hostname is specified,
350
353
# at least one ip address needs to be specified.
351
354
hostname = " thorium"
You can’t perform that action at this time.
0 commit comments