feat: improved touchpad on laptop

This commit is contained in:
Nick 2025-03-21 18:29:50 -05:00
parent cfe8e57a1e
commit 31cf224c71

View file

@ -10,11 +10,14 @@
libinput = { libinput = {
enable = true; enable = true;
touchpad = { touchpad = {
tapping = true; scrollMethod = "twofinger";
naturalScrolling = false; naturalScrolling = true;
middleEmulation = true;
accelSpeed = "5";
accelProfile = "adaptive";
disableWhileTyping = true;
}; };
mouse.accelProfile = "flat"; mouse.accelProfile = "flat";
touchpad.accelProfile = "flat";
}; };
}; };
console.useXkbConfig = true; console.useXkbConfig = true;