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 {
|
||||
type = types.enum [ "twofinger" "edge" "none" ];
|
||||
type = types.enum [ "twofinger" "edge" "button" "none" ];
|
||||
default = "twofinger";
|
||||
example = "edge";
|
||||
description =
|
||||
|
Loading…
x
Reference in New Issue
Block a user