fix touchpad options

This commit is contained in:
2025-07-14 18:58:16 +02:00
parent b0eb115358
commit 756195c96c
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -4,16 +4,16 @@
let
scrollMethods = {
twoFingers = 1;
touchPadEdges = 2;
twoFingers = "twoFingers";
touchPadEdges = "touchPadEdges";
};
rightClickMethods = {
bottomRight = 1;
twoFingers = 2;
bottomRight = "bottomRight";
twoFingers = "twoFingers";
};
accelerationProfiles = {
none = 1;
default = 2;
none = "none";
default = "default";
};
in
{