mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
adjusted touchpad sensitivity
This commit is contained in:
parent
b4e7116937
commit
3576a08217
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue