1INPUTLEAPS(1) User Commands INPUTLEAPS(1)
2
3
4
6 input-leap - InputLeap Keyboard/Mouse Server
7
9 input-leap [--address <address>] [--config <pathname>] [--display <dis‐
10 play>] [--daemon|--no-daemon] [--name <screen-name>] [--restart|--no-
11 restart] [--debug <level>]
12
14 Start the InputLeap server component.
15
17 -a, --address <address>
18 listen for clients on the given address.
19
20 -c, --config <pathname>
21 use the named configuration file instead.
22
23 -d, --debug <level>
24 filter out log messages with priority below level. level may
25 be: FATAL, ERROR, WARNING, NOTE, INFO, DEBUG, DEBUG1, DEBUG2.
26
27 -n, --name <screen-name> use screen-name instead the hostname to iden‐
28 tify
29 this screen in the configuration.
30
31 -1, --no-restart
32 do not try to restart on failure.
33
34 --restart
35 restart the server automatically if it fails. (*)
36
37 -l --log <file>
38 write log messages to file.
39
40 --no-tray
41 disable the system tray icon.
42
43 --enable-drag-drop
44 enable file drag & drop.
45
46 --enable-crypto
47 enable the crypto (ssl) plugin.
48
49 --display <display>
50 connect to the X server at <display>
51
52 --screen-change-script <path>
53 full path to script to run on screen change first argument is
54 the new screen name
55
56 -f, --no-daemon
57 run in the foreground.
58
59 --daemon
60 run as a daemon. (*)
61
62 -h, --help
63 display this help and exit.
64
65 --version
66 display version information and exit.
67
68 Default options are marked with a *
69
70 The argument for --address is of the form: [<hostname>][:<port>]. The
71 hostname must be the address or hostname of an interface on the system.
72 Placing brackets around an IPv6 address is required when also specify‐
73 ing a port number and optional otherwise. The default is to listen on
74 all interfaces using port number 24800.
75
77 If no configuration file pathname is provided then the first of the
78 following to load successfully sets the configuration:
79
80 $HOME/.local/share/input-leap/.input-leap.conf
81 /etc/input-leap.conf
82
84 Copyright © 2018 Debauchee Open Source Group
85 Copyright © 2012-2016 Symless Ltd.
86 Copyright © 2008-2014 Nick Bolton
87 Copyright © 2002-2014 Chris Schoeneman
88
89
90
91input-leap 2.4.0-release November 2019 INPUTLEAPS(1)