From 0840bc2992d011319e3df367683ac6a01aa784e0 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sun, 18 May 2025 12:18:01 +0200 Subject: [PATCH] change scroll factor --- .config/hypr/conf.d/input.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/conf.d/input.conf b/.config/hypr/conf.d/input.conf index aee14b4..96c9195 100644 --- a/.config/hypr/conf.d/input.conf +++ b/.config/hypr/conf.d/input.conf @@ -16,7 +16,7 @@ input { touchpad { natural_scroll = true - scroll_factor = 0.3 + scroll_factor = 0.2 } }