From dda84d7971bff3c50acc7dce574dedb0a5ec50e8 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sun, 20 Jul 2025 17:52:00 +0200 Subject: [PATCH] fixes touchpad drag gesture, not it will not keep selecting after the finger is released --- .config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3833a85..c4d3c01 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -60,6 +60,7 @@ input { touchpad { natural_scroll = yes + drag_lock = 1 } sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.