Merge pull request #42724 from yshui/libinput-button

libinput: add button to scrollMethod
This commit is contained in:
Matthew Bauer 2018-07-05 22:10:26 -04:00 committed by GitHub
commit a92472fae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ in {
};
scrollMethod = mkOption {
type = types.enum [ "twofinger" "edge" "none" ];
type = types.enum [ "twofinger" "edge" "button" "none" ];
default = "twofinger";
example = "edge";
description =