nixos/x11/libinput: Document values for option

For option `scrollMethod`, document that there is an available value of `button`.
This commit is contained in:
SRGOM 2019-10-21 12:46:01 +05:30 committed by GitHub
parent e592c3d36c
commit fe26d4c0df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ in {
description =
''
Specify the scrolling method: <literal>twofinger</literal>, <literal>edge</literal>,
or <literal>none</literal>
<literal>button</literal>, or <literal>none</literal>
'';
};