summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-07-14 15:35:38 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-07-15 10:47:13 +1000
commit91610165d9499f433e6811cff27c8442cfb91aa4 (patch)
tree364491ffa7f1754c5a7c1348d651bee6a2ff2024 /doc
parent71f79b9de1e4fb08c5afeb4e1b3f113a2c5531af (diff)
downloadlibinput-91610165d9499f433e6811cff27c8442cfb91aa4.tar.gz
doc/user: minor rewording of the pointer accel profile list
This just makes it easier to add new profiles to the list without ending up with a word salad. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/pointer-acceleration.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/user/pointer-acceleration.rst b/doc/user/pointer-acceleration.rst
index fafa4ddf..f5339700 100644
--- a/doc/user/pointer-acceleration.rst
+++ b/doc/user/pointer-acceleration.rst
@@ -19,12 +19,14 @@ Pointer acceleration profiles
------------------------------------------------------------------------------
The profile decides the general method of pointer acceleration.
-libinput currently supports two profiles: "adaptive" and "flat". The adaptive
-profile is the default profile for all devices and takes the current speed
-of the device into account when deciding on acceleration. The flat profile
-is simply a constant factor applied to all device deltas, regardless of the
-speed of motion (see :ref:`ptraccel-profile-flat`). Most of this document
-describes the adaptive pointer acceleration.
+libinput currently supports two profiles: **"adaptive"** and **"flat"**.
+
+- The **adaptive** profile is the default profile for all devices and takes the
+ current speed of the device into account when deciding on acceleration.
+- The **flat** profile is simply a constant factor applied to all device deltas,
+ regardless of the speed of motion (see :ref:`ptraccel-profile-flat`).
+
+Most of this document describes the adaptive pointer acceleration.
.. _ptraccel-velocity: