tweak trackpoint

This commit is contained in:
Sridhar Ratnakumar 2021-06-18 19:07:04 -04:00
parent 7668abb05b
commit ec04f4c663

View file

@ -12,4 +12,10 @@
# Tap to click
touchpad.tapping = true;
};
hardware.trackpoint = {
enable = true;
sensitivity = 160;
speed = 150;
};
}