From 15d6c549004b18453257dc129493a2ac010c37b0 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 5 Oct 2021 22:43:01 +0200 Subject: [PATCH] mayushii: Lower TrackPoint sensitivity --- machines/mayushii/hardware-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index 0206d6e..f3e5ec8 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -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; + }; }