mayushii: Lower TrackPoint sensitivity
This commit is contained in:
parent
31cec022e8
commit
15d6c54900
|
@ -43,4 +43,10 @@
|
||||||
# Most of the time I want to use both screens at the same time and suspend it
|
# Most of the time I want to use both screens at the same time and suspend it
|
||||||
# regularily by closing the lid
|
# regularily by closing the lid
|
||||||
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
|
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
|
||||||
|
|
||||||
|
hardware.trackpoint = {
|
||||||
|
enable = true;
|
||||||
|
device = "TPPS/2 Elan TrackPoint";
|
||||||
|
sensitivity = 255;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue