mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: improved touchpad on laptop
This commit is contained in:
parent
cfe8e57a1e
commit
31cf224c71
1 changed files with 6 additions and 3 deletions
|
@ -10,11 +10,14 @@
|
|||
libinput = {
|
||||
enable = true;
|
||||
touchpad = {
|
||||
tapping = true;
|
||||
naturalScrolling = false;
|
||||
scrollMethod = "twofinger";
|
||||
naturalScrolling = true;
|
||||
middleEmulation = true;
|
||||
accelSpeed = "5";
|
||||
accelProfile = "adaptive";
|
||||
disableWhileTyping = true;
|
||||
};
|
||||
mouse.accelProfile = "flat";
|
||||
touchpad.accelProfile = "flat";
|
||||
};
|
||||
};
|
||||
console.useXkbConfig = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue