Merge pull request #108909 from thiagokokada/libinput-by-device-type

nixos/libinput: separate settings by mouse/touchpad
This commit is contained in:
Linus Heckemann
2021-01-21 10:43:44 +01:00
committed by GitHub
3 changed files with 71 additions and 38 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
The driver has many options (see <xref linkend="ch-options"/>). For
instance, the following disables tap-to-click behavior:
<programlisting>
<xref linkend="opt-services.xserver.libinput.tapping"/> = false;
<xref linkend="opt-services.xserver.libinput.touchpad.tapping"/> = false;
</programlisting>
Note: the use of <literal>services.xserver.synaptics</literal> is deprecated
since NixOS 17.09.