Merge pull request #85222 from mayflower/libinput-manual-ref

nixos/libinput: refer to libinput manual
This commit is contained in:
worldofpeace 2020-04-14 09:42:55 -04:00 committed by GitHub
commit 6304c9af48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,11 @@ in {
''
Option "DragLockButtons" "L1 B1 L2 B2"
'';
description = "Additional options for libinput touchpad driver.";
description = ''
Additional options for libinput touchpad driver. See
<citerefentry><refentrytitle>libinput</refentrytitle><manvolnum>4</manvolnum></citerefentry>
for available options.";
'';
};
};