diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-23 13:29:08 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-23 13:29:08 -0400 |
| commit | 570bdd8a41786d1531de7b5116a6dbc0a78c61b3 (patch) | |
| tree | 7a15753c8a68dcc0de09fd54b841c8135ea7d573 /systems | |
| parent | 2c506ffe9f82c9f71e16c57f72ff0c6bac1a81e5 (diff) | |
thinkpad: changed trackpoint settings
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/thinkpad-laptop/system.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/thinkpad-laptop/system.nix b/systems/thinkpad-laptop/system.nix index baf609d..f1d227f 100644 --- a/systems/thinkpad-laptop/system.nix +++ b/systems/thinkpad-laptop/system.nix @@ -65,7 +65,7 @@ }; hardware.trackpoint = { enable = true; - speed = 60; - sensitivity = 100; + speed = 40; + sensitivity = 80; }; } |
