1syndaemon(1) 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]
11
13 Disabling the touchpad while typing avoids unwanted movements of the
14 pointer that could lead to giving focus to the wrong window. This pro‐
15 gram needs SHMConfig "on" in your XOrg/XFree86 Synaptics Touchpad con‐
16 figuration.
17
19 -i <idle-time>
20 How many seconds to wait after the last key press before
21 enabling the touchpad. (default is 2.0s).
22
23 -d Start as a daemon, ie in the background.
24
25 -p <pid-file>
26 Create a pid file with the specified filename. A pid file will
27 only be created if the program is started in daemon mode.
28
29 -t Only disable tapping and scrolling, not mouse movements, in
30 response to keyboard activity.
31
32 -k Ignore modifier keys when monitoring keyboard activity.
33
34 -K Like -k but also ignore Modifier+Key combos.
35
37 DISPLAY
38 Specifies the X server to contact.
39
41 It doesn't make much sense to connect to a remote X server, because the
42 daemon will then monitor the remote server for keyboard activity, but
43 will disable the touchpad on the local machine.
44
46 Peter Osterlund <petero2@telia.com>.
47
48 This man page was written by Mattia Dongili <malattia@debian.org>
49
51 synclient(1), synaptics(5)
52
53
54
55 0.14.4 syndaemon(1)