increase trackpoint sensitivity
This commit is contained in:
parent
14adf2731f
commit
b455f5019c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
hardware.trackpoint = {
|
hardware.trackpoint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "TPPS/2 IBM TrackPoint";
|
device = "TPPS/2 IBM TrackPoint";
|
||||||
sensitivity = 220;
|
sensitivity = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.libinput.touchpad.tapping = false;
|
services.xserver.libinput.touchpad.tapping = false;
|
||||||
|
|
Loading…
Reference in a new issue