From 0934d3235d1d3c5fe3af128c105b3da2f498f7c4 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 8 Oct 2025 15:01:13 +0530 Subject: [PATCH] fix(input): adjust mouse sensitivity --- modules/home/desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 724b596..69e93a3 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -41,7 +41,7 @@ #-- Input: Keyboard, Mouse, Touchpad input = { - sensitivity = -0.5; + sensitivity = -0.7; scroll_method = "2 fg"; touchpad = { natural_scroll = true;