diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index d4671b1..7a22f38 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -58,7 +58,7 @@ in input = if (hostname == "NicksNixLaptop") then { kb_layout = "us"; - sensitivity = 0.0; + sensitivity = 0.3; accel_profile = "linear"; touchpad.disable_while_typing = true; } else {