From 5e2dd6ba158fc66e1ba8e92f3d501e7cc84f1195 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 4 Jul 2025 18:05:37 -0700 Subject: [PATCH] Suggest clickfinger_behavior --- config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index a45c4c0..80e5431 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -56,6 +56,9 @@ input { # Use natural (inverse) scrolling # natural_scroll = true + # Use two-finger clicks for right-click instead of lower-right corner + # clickfinger_behavior = true + # Control the speed of your scrolling scroll_factor = 0.4 }