summaryrefslogtreecommitdiff
path: root/tools/libinput-analyze-per-slot-delta.man
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-04-11 11:58:15 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-04-11 14:35:27 +1000
commitd88ad293d2c2897b5b7864882b52d36dfa9fa215 (patch)
treec0774ad4106c996b128b8a3c14dd9de8e1f1b715 /tools/libinput-analyze-per-slot-delta.man
parent61296feaeed786ed0ccb7023c69b53104ce92844 (diff)
downloadlibinput-d88ad293d2c2897b5b7864882b52d36dfa9fa215.tar.gz
tools: per-slot-delta: add arguments to set a threshold and ignore-below
The threshold colors events above a certain value in red, ignore-below skips any line below that threshold. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/libinput-analyze-per-slot-delta.man')
-rw-r--r--tools/libinput-analyze-per-slot-delta.man8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/libinput-analyze-per-slot-delta.man b/tools/libinput-analyze-per-slot-delta.man
index 11c66861..b4c3e379 100644
--- a/tools/libinput-analyze-per-slot-delta.man
+++ b/tools/libinput-analyze-per-slot-delta.man
@@ -18,6 +18,14 @@ rely on the output.
.B \-\-help
Print help
.TP 8
+.B \-\-ignore-below=<units or mm>
+Ignore any movement below the given threshold. The threshold is in
+mm if \fB\-\-use-mm\fR is selected or in device units otherwise.
+.TP 8
+.B \-\-threshold=<units or mm>
+Color any movement above this threshold in red. The threshold is in
+mm if \fB\-\-use-mm\fR is selected or in device units otherwise.
+.TP 8
.B \-\-use-mm
Print data in mm instead of device units
.TP 8