From df6f1cd4cb7c2e70532cd998e3a0b4b04fd72919 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Fri, 27 Dec 2024 02:09:23 +0800 Subject: [PATCH] [feat] enable natural_scroll for hyprland --- files/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/hyprland.conf b/files/hyprland.conf index 38dc49a..ff5d5f2 100644 --- a/files/hyprland.conf +++ b/files/hyprland.conf @@ -187,7 +187,7 @@ input { sensitivity = 0 # -1.0 - 1.0, 0 means no modification. touchpad { - natural_scroll = false + natural_scroll = true } }