summaryrefslogtreecommitdiff
path: root/systems/thinkpad-laptop/system.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-23 13:29:08 -0400
committertriethyl <triethylammonium@pm.me>2025-08-23 13:29:08 -0400
commit570bdd8a41786d1531de7b5116a6dbc0a78c61b3 (patch)
tree7a15753c8a68dcc0de09fd54b841c8135ea7d573 /systems/thinkpad-laptop/system.nix
parent2c506ffe9f82c9f71e16c57f72ff0c6bac1a81e5 (diff)
thinkpad: changed trackpoint settings
Diffstat (limited to 'systems/thinkpad-laptop/system.nix')
-rw-r--r--systems/thinkpad-laptop/system.nix4
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;
};
}