mayushii: Lower TrackPoint sensitivity

neomutt
Simon Bruder 2021-10-05 22:43:01 +02:00
parent 31cec022e8
commit 15d6c54900
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 6 additions and 0 deletions

View File

@ -43,4 +43,10 @@
# Most of the time I want to use both screens at the same time and suspend it
# regularily by closing the lid
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
hardware.trackpoint = {
enable = true;
device = "TPPS/2 Elan TrackPoint";
sensitivity = 255;
};
}