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

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 =