From 44f7eaf745753fe3c20f8e0666c5de47ce2274cb Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sun, 28 Jul 2019 19:31:24 +0100 Subject: [PATCH] disable tap-to-click for touchpads on platinum Prevent bad tap-to-click implementation from resulting in jitter in touchpad movement --- states/sway/files/platinum | 3 +++ 1 file changed, 3 insertions(+) diff --git a/states/sway/files/platinum b/states/sway/files/platinum index 73b8eaa..c8291cf 100644 --- a/states/sway/files/platinum +++ b/states/sway/files/platinum @@ -34,3 +34,6 @@ input * { xkb_variant colemak xkb_options ctrl:nocaps } + +# Disable tap-to-click on touchpad to prevent jerkyness +input type:touch tap disable -- 2.45.2