about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-11-07 17:22:10 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-11-07 17:22:10 +0100
commit3ac7929d8db56558e5fbeb9aa642e49034abb770 (patch)
treef3861f45d386aa1cafa3aaeef6c031d55143a4d6 /machines
parent5919b59304e24fbd53c69f336d51bf2555c0c989 (diff)
tishtushi: Enable Synaptics tapButtons.
I had these disabled because I prefer to actually press the touch pad.

Unfortunately I spilled liquid into the touch pad which causes the
"press" veent to no longer work. So let's bring back these annoying tap
buttons.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/tishtushi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index 8b3de323..d7175d94 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -65,7 +65,7 @@ in {
 
   services.xserver.videoDrivers = [ "intel" ];
   services.xserver.synaptics.enable = true;
-  services.xserver.synaptics.tapButtons = false;
+  services.xserver.synaptics.tapButtons = true;
   services.xserver.synaptics.twoFingerScroll = true;
   services.xserver.synaptics.vertEdgeScroll = false;
   services.xserver.synaptics.accelFactor = "0.1";