From f81ff045972866ab1d368159cd98f974777abff8 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 2 Nov 2024 14:43:49 -0500 Subject: [PATCH] hyprland: increase touchpad scroll sensitivity Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index 0c2e820..74b2bc6 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -198,7 +198,7 @@ in { touchpad = { clickfinger_behavior = true; # Multi-finger clicks natural_scroll = true; - scroll_factor = 0.4; + scroll_factor = 0.5; }; };