From 734a910a9087822b1f932c40e487553fcc0503c6 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 26 Oct 2021 19:12:58 +0200 Subject: [PATCH] mashu: Work around libinput stuff in phosh --- hosts/mashu.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/mashu.nix b/hosts/mashu.nix index a8fefb5..e7face0 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -53,6 +53,10 @@ in mkHost config { services.logind.extraConfig = '' HandlePowerKey=suspend ''; + services.xserver.libinput.touchpad = { + tapping = true; + disableWhileTrying = true; + }; systemd.user.services = { gsd-media = { description = "GSD media keys handling";