stockholm/lass/2configs/mouse.nix

20 lines
340 B
Nix
Raw Normal View History

2017-07-23 19:10:50 +00:00
{ ... }:
{
hardware.trackpoint = {
enable = true;
sensitivity = 220;
speed = 0;
emulateWheel = true;
};
services.xserver.synaptics = {
enable = true;
horizEdgeScroll = false;
horizontalScroll = false;
vertEdgeScroll = false;
maxSpeed = "0.1";
minSpeed = "0.01";
tapButtons = false;
};
}