adjusted touchpad sensitivity

This commit is contained in:
Nickiel12 2023-12-17 15:43:04 -08:00
parent b4e7116937
commit 3576a08217

View file

@ -58,7 +58,7 @@ in
input = if (hostname == "NicksNixLaptop") then input = if (hostname == "NicksNixLaptop") then
{ {
kb_layout = "us"; kb_layout = "us";
sensitivity = 0.0; sensitivity = 0.3;
accel_profile = "linear"; accel_profile = "linear";
touchpad.disable_while_typing = true; touchpad.disable_while_typing = true;
} else { } else {