From bc784674d2c7d0709e938892dfba9b3caa4d3731 Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Fri, 17 Oct 2025 12:17:34 -0400 Subject: [PATCH] tweak touchpad sensitivity --- dot_config/hypr/input.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/hypr/input.conf b/dot_config/hypr/input.conf index 1f71f84..1e559bb 100644 --- a/dot_config/hypr/input.conf +++ b/dot_config/hypr/input.conf @@ -30,3 +30,8 @@ input { # Scroll faster in the terminal windowrule = scrolltouchpad 1.5, class:Alacritty + +device { + name = pixa3854:00-093a:0274-touchpad + sensitivity = 0.0 +}