sj laptop: disable touchpad
This commit is contained in:
parent
60cc594b28
commit
57907670f3
1 changed files with 6 additions and 6 deletions
|
@ -108,12 +108,12 @@
|
|||
services.etcd.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
synaptics.enable = true;
|
||||
synaptics.palmDetect = true;
|
||||
synaptics.horizEdgeScroll = true;
|
||||
synaptics.horizontalScroll = true;
|
||||
synaptics.twoFingerScroll = true;
|
||||
synaptics.vertEdgeScroll = true;
|
||||
synaptics.enable = false;
|
||||
# synaptics.palmDetect = true;
|
||||
# synaptics.horizEdgeScroll = true;
|
||||
# synaptics.horizontalScroll = true;
|
||||
# synaptics.twoFingerScroll = true;
|
||||
# synaptics.vertEdgeScroll = true;
|
||||
|
||||
videoDrivers = [ "qxl" "intel" ];
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue