From acc1885cc2cadb5686701b44abe5086989afc330 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sun, 20 Jul 2025 18:09:31 +0200 Subject: [PATCH] remove timeout for drag on touchpad --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c4d3c01..9a554e9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -60,7 +60,7 @@ input { touchpad { natural_scroll = yes - drag_lock = 1 + drag_lock = 0 } sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.