summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-05-21 13:48:46 +0200
committerlassulus <lass@aidsballs.de>2016-05-21 13:48:46 +0200
commit1a0a03a6e5e6001001f37f115834bbfaba555a5b (patch)
tree248d889cb5f831e79a5feef7dd52522456b97b52 /lass
parent3d9cecb7c4481b10e5e833d62d7c35bb3190c196 (diff)
l 1 mors: remove broken touchpad config
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/mors.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix
index e12c8321..e2ab562f 100644
--- a/lass/1systems/mors.nix
+++ b/lass/1systems/mors.nix
@@ -224,16 +224,4 @@
];
};
};
-
- #touchpad config
- services.xserver.synaptics = {
- enable = true;
- accelFactor = "0.035";
- additionalOptions = ''
- Option "FingerHigh" "60"
- Option "FingerLow" "60"
- '';
- tapButtons = false;
- twoFingerScroll = true;
- };
}