diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-02 12:28:51 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-04 11:26:52 +1000 |
commit | 575616521aeffb002c4b41de1e77da5c251ee4af (patch) | |
tree | 6b83125849d9a2b236ffe079101c3817ddc30198 /man/syndaemon.man | |
parent | bc395e89d2629755e199886dcebb38c4964b2cd1 (diff) |
syndaemon: disable XRecord by default.
XRecord is disabled in the server by default, so let's not have it as default
here.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'man/syndaemon.man')
-rw-r--r-- | man/syndaemon.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/syndaemon.man b/man/syndaemon.man index 4f04414..1387f45 100644 --- a/man/syndaemon.man +++ b/man/syndaemon.man @@ -8,7 +8,7 @@ the touchpad when the keyboard is being used. .SH "SYNTAX" .LP syndaemon [\fI\-i idle\-time\fP] [\fI\-d\fP] [\fI\-p pid\-file\fP] -[\fI\-t\fP] [\fI\-k\fP] [\fI\-K\fP] [\fI\-s\fP] +[\fI\-t\fP] [\fI\-k\fP] [\fI\-K\fP] [\fI\-R\fP] [\fI\-s\fP] .SH "DESCRIPTION" .LP Disabling the touchpad while typing avoids unwanted movements of the @@ -49,8 +49,8 @@ Like \-k but also ignore Modifier+Key combos. .LP .TP \fB\-R\fP -Disable the use of the XRecord extension for detecting keyboard activity. -This will force the use of polling the keyboard state. +Use the XRecord extension for detecting keyboard activity instead of polling +the keyboard state. .LP .TP \fB\-s\fP |