diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-30 20:43:38 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-30 20:43:38 +0200 |
commit | e97210b2ed30702b87c6ce1881861198c42335ae (patch) | |
tree | 0a558796b0955440c08e1f6c871d5ba959c76973 /hel/hw.nix | |
parent | 9bf91d639357d37d87d3da38a39651cbb95c3e80 (diff) | |
download | nixos-e97210b2ed30702b87c6ce1881861198c42335ae.tar nixos-e97210b2ed30702b87c6ce1881861198c42335ae.tar.gz nixos-e97210b2ed30702b87c6ce1881861198c42335ae.tar.bz2 nixos-e97210b2ed30702b87c6ce1881861198c42335ae.tar.xz nixos-e97210b2ed30702b87c6ce1881861198c42335ae.zip |
higher speed
Diffstat (limited to 'hel/hw.nix')
-rw-r--r-- | hel/hw.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,6 +29,6 @@ | |||
29 | enable = true; | 29 | enable = true; |
30 | emulateWheel = true; | 30 | emulateWheel = true; |
31 | sensitivity = 255; | 31 | sensitivity = 255; |
32 | speed = 128; | 32 | speed = 160; |
33 | }; | 33 | }; |
34 | } | 34 | } |