summaryrefslogtreecommitdiffstats
path: root/tv/configs/synaptics.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-27 02:02:34 +0200
committertv <tv@shackspace.de>2015-07-27 02:02:34 +0200
commitafb6afff1d0f81d8a0dcfd94fa8e46a849bb094f (patch)
treeebdbaf99b0e2fcde8be0bd43455955e5cd17b3be /tv/configs/synaptics.nix
parent45b173c11ecc7d6e8a177d7121bd06d923691b4b (diff)
* tv -> tv *
Diffstat (limited to 'tv/configs/synaptics.nix')
-rw-r--r--tv/configs/synaptics.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/tv/configs/synaptics.nix b/tv/configs/synaptics.nix
new file mode 100644
index 00000000..c47cb9de
--- /dev/null
+++ b/tv/configs/synaptics.nix
@@ -0,0 +1,14 @@
+{ config, pkgs, ... }:
+
+{
+ # TODO this is host specific
+ services.xserver.synaptics = {
+ enable = true;
+ twoFingerScroll = true;
+ accelFactor = "0.035";
+ additionalOptions = ''
+ Option "FingerHigh" "60"
+ Option "FingerLow" "60"
+ '';
+ };
+}