diff options
author | Peter Osterlund <petero2@telia.com> | 2004-02-08 21:35:36 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:44 +0200 |
commit | 005a0943854fc72d54b4e50452e8bf6071671bbd (patch) | |
tree | a80fa975c2bb18afc8b1d2b63b34f44c5b964980 /manpages/syndaemon.1 | |
parent | d5b4060aba07b87425ed798526b5f7342b3b8767 (diff) |
Added manpages for synclient and syndaemon. Contributed by
Mattia Dongili <dongili@supereva.it>.
Diffstat (limited to 'manpages/syndaemon.1')
-rw-r--r-- | manpages/syndaemon.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 new file mode 100644 index 0000000..9342ed3 --- /dev/null +++ b/manpages/syndaemon.1 @@ -0,0 +1,28 @@ +.TH "syndaemon" "1" "0.12.3" "" "" +.SH "NAME" +.LP +syndaemon \- a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. +.SH "SYNTAX" +.LP +syndaemon [\fI\-i idle\-time\fP] +.SH "DESCRIPTION" +.LP +Disabling the touchpad while typing avoids unwanted movements of the pointer that could lead to giving focus to the wrong window. +.SH "OPTIONS" +.LP +.TP +\fB\-i\fR <\fIidle\-time\fP> +How many seconds to wait after the last key press before enabling the touchpad. (default is 2s). +.SH "ENVIRONMENT VARIABLES" +.LP +.TP +\fBDISPLAY\fP +Specifies the X server to contact. +.SH "AUTHORS" +.LP +Peter Osterlund <petero2@telia.com> and many others. +.TP +This man page was written by Mattia Dongili <dongili@supereva.it> +.SH "SEE ALSO" +.LP +synclient(1) |