From c5ebad0b678c78a94082e4e9667deb4d1f9abf46 Mon Sep 17 00:00:00 2001 From: David Wales Date: Mon, 8 Dec 2025 01:22:09 -0800 Subject: [PATCH] Add example to enable three-finger drag in input configuration (#3798) * Add example to enable three-finger drag * Clarify comment --------- Co-authored-by: David Heinemeier Hansson --- config/hypr/input.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/input.conf b/config/hypr/input.conf index fd0cd701..73cd515c 100644 --- a/config/hypr/input.conf +++ b/config/hypr/input.conf @@ -24,6 +24,9 @@ input { # Control the speed of your scrolling scroll_factor = 0.4 + + # Move windows with three-finger drag + # drag_3fg = 1 } }