From 3eedc75c3ab2aee9c9222b67a68acaf07e26b016 Mon Sep 17 00:00:00 2001 From: Uzair Mohammed Date: Fri, 27 Dec 2024 23:03:41 -0800 Subject: [PATCH] 1: Decrease scroll speed --- home/modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 60cbec7..d1c478c 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -72,6 +72,7 @@ input = { touchpad = { natural_scroll = true; + scroll_factor = 0.2; }; };