doc/user: minor rewording of the pointer accel profile list
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 14 Jul 2022 05:35:38 +0000 (15:35 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 15 Jul 2022 00:47:13 +0000 (10:47 +1000)
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>
doc/user/pointer-acceleration.rst

index fafa4dd..f533970 100644 (file)
@@ -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: