mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 13:08:04 +02:00
Add examples with other thresholds to the documentation
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1092>
This commit is contained in:
parent
bdbaea6162
commit
2f9c173e72
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ Once the thresholds are decided on (e.g. 10 and 8), they can be enabled with
|
||||||
MatchName=*SynPS/2 Synaptics TouchPad
|
MatchName=*SynPS/2 Synaptics TouchPad
|
||||||
MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadX230*
|
MatchDMIModalias=dmi:*svnLENOVO:*:pvrThinkPadX230*
|
||||||
AttrPressureRange=10:8
|
AttrPressureRange=10:8
|
||||||
|
AttrPalmPressureThreshold=150
|
||||||
|
AttrThumbPressureThreshold=100
|
||||||
|
|
||||||
The file name **must** be ``/etc/libinput/local-overrides.quirks``. The
|
The file name **must** be ``/etc/libinput/local-overrides.quirks``. The
|
||||||
The first line is the section name and can be free-form. The ``Match``
|
The first line is the section name and can be free-form. The ``Match``
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue