Merge pull request #42724 from yshui/libinput-button
libinput: add button to scrollMethod
This commit is contained in:
commit
a92472fae1
@ -116,7 +116,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
scrollMethod = mkOption {
|
scrollMethod = mkOption {
|
||||||
type = types.enum [ "twofinger" "edge" "none" ];
|
type = types.enum [ "twofinger" "edge" "button" "none" ];
|
||||||
default = "twofinger";
|
default = "twofinger";
|
||||||
example = "edge";
|
example = "edge";
|
||||||
description =
|
description =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user