From feeb0bba8c985735da544404f3599ad12c885ab3 Mon Sep 17 00:00:00 2001 From: Akash <145587932+Itsmeakash248@users.noreply.github.com> Date: Sat, 7 Feb 2026 17:27:55 +0530 Subject: [PATCH] Modify 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 44160ed0d..cfb77a778 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 = true + disable_while_typing = false clickfinger_behavior = true - scroll_factor = 0.7 + scroll_factor = 1 } }