From 3576a082176994f952a3a3dedd74605b8ecc136c Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 17 Dec 2023 15:43:04 -0800 Subject: [PATCH] adjusted touchpad sensitivity --- modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {