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

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.";
'';
};
};