From 8d52e83a595f3fdd17ea60a9c2c22159f9cfee00 Mon Sep 17 00:00:00 2001 From: Akash <145587932+Itsmeakash248@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:46:10 +0530 Subject: [PATCH] Update touchpad settings in general.conf --- dots/.config/hypr/hyprland/general.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/hyprland/general.conf b/dots/.config/hypr/hyprland/general.conf index cfb77a778..44160ed0d 100644 --- a/dots/.config/hypr/hyprland/general.conf +++ b/dots/.config/hypr/hyprland/general.conf @@ -130,9 +130,9 @@ input { touchpad { natural_scroll = yes - disable_while_typing = false + disable_while_typing = true clickfinger_behavior = true - scroll_factor = 1 + scroll_factor = 0.7 } }