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 = {