diff options
author | tv <tv@krebsco.de> | 2020-07-03 21:36:51 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-07-03 21:36:51 +0200 |
commit | 58e8fbfab3d9ed20b9abaa34fa2afd4c2280bbdb (patch) | |
tree | 5302296b906456fffa3e6cd8479c4b699dd2bf7b /tv/2configs/hw/x220.nix | |
parent | ba6470aa63a5ca5a19d4d58b83795be11eab9df3 (diff) |
tv x220: fix jumpy touchpad
Diffstat (limited to 'tv/2configs/hw/x220.nix')
-rw-r--r-- | tv/2configs/hw/x220.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 699b4a8..61b4755 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -15,6 +15,15 @@ pkgs.tpacpi-bat ]; } + + # fix jumpy touchpad + # https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X220#X220_Touchpad_cursor_jump/imprecise + { + services.udev.extraHwdb = /* sh */ '' + touchpad:i8042:* + LIBINPUT_MODEL_LENOVO_X220_TOUCHPAD_FW81=1 + ''; + } ]; boot.extraModulePackages = [ |