1syndaemon(1) General Commands Manual syndaemon(1)
2
3
4
6 syndaemon - a program that monitors keyboard activity and disables the
7 touchpad when the keyboard is being used.
8
10 syndaemon [-i idle-time] [-d] [-p pid-file] [-t] [-k] [-K] [-R] [-s]
11
13 Disabling the touchpad while typing avoids unwanted movements of the
14 pointer that could lead to giving focus to the wrong window.
15
17 -i <idle-time>
18 How many seconds to wait after the last key press before
19 enabling the touchpad. (default is 2.0s).
20
21 -d Start as a daemon, ie in the background.
22
23 -p <pid-file>
24 Create a pid file with the specified filename. A pid file will
25 only be created if the program is started in daemon mode.
26
27 -t Only disable tapping and scrolling, not mouse movements, in
28 response to keyboard activity.
29
30 -k Ignore modifier keys when monitoring keyboard activity.
31
32 -K Like -k but also ignore Modifier+Key combos.
33
34 -R Use the XRecord extension for detecting keyboard activity
35 instead of polling the keyboard state.
36
37 -s Use a shared memory area to enable/disable the touchpad instead
38 of device properties. WARNING: The SHM mechanism is not secure
39 if you are in an untrusted multiuser environment. All local
40 users can change the parameters at any time. This option
41 requires the driver Option "SHMConfig" to be enabled.
42
44 DISPLAY
45 Specifies the X server to contact.
46
48 It doesn't make much sense to connect to a remote X server, because the
49 daemon will then monitor the remote server for keyboard activity, but
50 will disable the touchpad on the local machine.
51
53 Peter Osterlund <petero2@telia.com>.
54
55 This man page was written by Mattia Dongili <malattia@debian.org>
56
58 Xorg(1), synclient(1), synaptics(4)
59
60
61
62X Version 11 xf86-input-synaptics 1.3.0 syndaemon(1)