From 57f6961e9fde8241ed822976cb78fca0f6a0b4ee Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Wed, 1 Jan 2025 15:47:58 +0500 Subject: [PATCH] hyprland: input: setup touchpad scrolling --- dot-config/hypr/decorations.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot-config/hypr/decorations.conf b/dot-config/hypr/decorations.conf index 20d4c9f..2175366 100644 --- a/dot-config/hypr/decorations.conf +++ b/dot-config/hypr/decorations.conf @@ -68,6 +68,8 @@ input { follow_mouse = 1 sensitivity = 0 touchpad { - natural_scroll = false + natural_scroll = true + scroll_factor = 0.1 + drag_lock = true } }