l 1 mors: configure touchpad
This commit is contained in:
parent
cd237e5f45
commit
d5096084d0
@ -187,9 +187,16 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
#touchpad config
|
||||
services.xserver.synaptics = {
|
||||
enable = true;
|
||||
accelFactor = "0.035";
|
||||
additionalOptions = ''
|
||||
Option "FingerHigh" "60"
|
||||
Option "FingerLow" "60"
|
||||
'';
|
||||
tapButtons = false;
|
||||
twoFingerScroll = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user