hardware/form: force touchpad clickfinger

This commit is contained in:
Infinidoge 2021-12-13 12:59:08 -05:00
parent 8b20424945
commit 3fac1bd11f

View file

@ -26,7 +26,10 @@ in
services = {
xserver.libinput = {
enable = true;
touchpad.naturalScrolling = true;
touchpad = {
clickMethod = "clickfinger";
naturalScrolling = true;
};
};
logind.lidSwitch = mkDefault "ignore";