diff options
author | Niklas Haas <git@haasn.xyz> | 2017-05-15 03:13:43 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-15 11:41:46 +1000 |
commit | ac3574958f90bdcac946d26519123d809998c33b (patch) | |
tree | 29b4fa201ca22ce85ecb2540630d407d93bbf7df /man/libinput.man | |
parent | 8772a593b45740f4429218648c9e3a305b3fe896 (diff) |
man: add missing documentation for Accel Profile
This seems to have been simply missing from 0163482e.
cf. https://bugs.freedesktop.org/show_bug.cgi?id=101017
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/libinput.man')
-rw-r--r-- | man/libinput.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/libinput.man b/man/libinput.man index d717ff7..2725390 100644 --- a/man/libinput.man +++ b/man/libinput.man @@ -203,6 +203,14 @@ on the device. The following properties are provided by the .B libinput driver. .TP 7 +.BI "libinput Accel Profiles Available" +2 boolean values (8 bit, 0 or 1), in order "adaptive", "flat". +Indicates which acceleration profiles are available on this device. +.TP 7 +.BI "libinput Accel Profile Enabled" +2 boolean values (8 bit, 0 or 1), in order "adaptive", "flat". +Indicates which acceleration profile is currently enabled on this device. +.TP 7 .BI "libinput Accel Speed" 1 32-bit float value, defines the pointer speed. Value range -1, 1 .TP 7 |