mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 13:50:15 +01:00
doc/user: fixes and a TOC for the Configuration Options page
A typo fix, more links and a local TOC since we now have quite a few options. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1296>
This commit is contained in:
parent
9b58177a7e
commit
5abe051a9c
1 changed files with 9 additions and 3 deletions
|
|
@ -6,15 +6,21 @@ Configuration options
|
||||||
|
|
||||||
Below is a list of configurable options exposed to the users.
|
Below is a list of configurable options exposed to the users.
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
:depth: 1
|
||||||
|
:local:
|
||||||
|
|
||||||
|
|
||||||
.. hint:: Not all configuration options are available on all devices. Use
|
.. hint:: Not all configuration options are available on all devices. Use
|
||||||
:ref:`libinput list-devices <libinput-list-devices>` to show the
|
:ref:`libinput list-devices <libinput-list-devices>` to show the
|
||||||
configuration options for local devices.
|
configuration options for local devices.
|
||||||
|
|
||||||
libinput's configuration interface is available to the caller only, not
|
libinput's configuration interface is available to the caller only, not
|
||||||
directly to the user. Thus is is the responsibility of the caller to expose
|
directly to the user. Thus it is the responsibility of the caller to expose
|
||||||
the various options and how these options are exposed. For example, the
|
the various options and how these options are exposed. For example, the
|
||||||
xf86-input-libinput driver exposes the options through X Input device
|
`xf86-input-libinput driver <https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/>`_
|
||||||
properties and xorg.conf.d options. See the `libinput(4)
|
exposes the options through X Input device properties and `xorg.conf.d
|
||||||
|
<https://linux.die.net/man/5/xorg.conf.d>`_ options. See the `libinput(4)
|
||||||
<https://www.mankier.com/4/libinput>`_ man page for more details.
|
<https://www.mankier.com/4/libinput>`_ man page for more details.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue