about summary refs log tree commit diff
path: root/machines/aszlig/tishtushi.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-05-04 04:55:06 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-05-04 04:55:06 +0200
commitb1a5dc43c57d5c32ecbe0240b20552f5c4808096 (patch)
tree13a41f160f152084ae9467e30e0b7b0c71e08035 /machines/aszlig/tishtushi.nix
parentd46770ad9d1f6d100c585ccdd72501c89f6f568b (diff)
machines/tishtushi: Add Synaptics configuration.
Not really optimized to what I would like it to, but much better than
with the default setup and it's annoying tap buttons.

Odds are greater that I might switch back to keynav instead of investing
more time in configuring a pointing device.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/tishtushi.nix')
-rw-r--r--machines/aszlig/tishtushi.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index 81fbbf37..2d6833f3 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -60,6 +60,11 @@ in {
   services.tlp.enable = true;
 
   services.xserver.videoDrivers = [ "intel" ];
+  services.xserver.synaptics.enable = true;
+  services.xserver.synaptics.tapButtons = false;
+  services.xserver.synaptics.twoFingerScroll = true;
+  services.xserver.synaptics.vertEdgeScroll = false;
+  services.xserver.synaptics.accelFactor = "0.1";
 
   nix.maxJobs = 4;
 }