From 08683c93fc2212fe231bd55c52e706ba8bae43d3 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 11 Mar 2026 23:58:04 -0400 Subject: [PATCH] Make touchpad have natural scroll --- dot_config/hypr/hyprland.conf.d/input.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/hypr/hyprland.conf.d/input.conf b/dot_config/hypr/hyprland.conf.d/input.conf index 541891c..113e5a1 100644 --- a/dot_config/hypr/hyprland.conf.d/input.conf +++ b/dot_config/hypr/hyprland.conf.d/input.conf @@ -11,7 +11,7 @@ input { follow_mouse = 1 touchpad { - natural_scroll = no + natural_scroll = yes } sensitivity = 0 # -1.0 to 1.0, 0 means no modification.