l 2 hw tp-x220: set touchpad speed to very slow
This commit is contained in:
parent
3d46b5b9e6
commit
61c40b8494
@ -51,6 +51,10 @@ with import <stockholm/lib>;
|
|||||||
|
|
||||||
services.xserver.synaptics = {
|
services.xserver.synaptics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
additionalOptions = ''Option "TouchpadOff" "1"'';
|
horizEdgeScroll = false;
|
||||||
|
horizontalScroll = false;
|
||||||
|
maxSpeed = "0.1";
|
||||||
|
minSpeed = "0.01";
|
||||||
|
tapButtons = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user