From 6f53a888178f4c94e65e898eab3465a9e6b5749a Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 6 Oct 2025 22:49:24 +0530 Subject: [PATCH] fix: mouse sensitivity --- modules/home/desktop/hyprland/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 3a355ad..4e19537 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -41,15 +41,19 @@ #-- Input: Keyboard, Mouse, Touchpad input = { - sensitivity = 0; + sensitivity = -0.5; scroll_method = "2 fg"; - natural_scroll = true; touchpad = { natural_scroll = true; clickfinger_behavior = false; }; }; + device = { + name = "asue1209:00-04f3:319f-touchpad"; + sensitivity = 0; + }; + #-- General # See https://wiki.hyprland.org/Configuring/Variables general = {