summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-30 20:39:47 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-30 20:39:47 +0200
commit9bf91d639357d37d87d3da38a39651cbb95c3e80 (patch)
treec41d74f1f2bfd59e2b6125265bf4cc8b363fef73
parente569c673e8b79b1805b290cdef8c557c511f42d1 (diff)
downloadnixos-9bf91d639357d37d87d3da38a39651cbb95c3e80.tar
nixos-9bf91d639357d37d87d3da38a39651cbb95c3e80.tar.gz
nixos-9bf91d639357d37d87d3da38a39651cbb95c3e80.tar.bz2
nixos-9bf91d639357d37d87d3da38a39651cbb95c3e80.tar.xz
nixos-9bf91d639357d37d87d3da38a39651cbb95c3e80.zip
increase trackpoint speed
-rw-r--r--hel/hw.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel/hw.nix b/hel/hw.nix
index 3bc6c73a..425a1427 100644
--- a/hel/hw.nix
+++ b/hel/hw.nix
@@ -29,5 +29,6 @@
29 enable = true; 29 enable = true;
30 emulateWheel = true; 30 emulateWheel = true;
31 sensitivity = 255; 31 sensitivity = 255;
32 speed = 128;
32 }; 33 };
33} 34}