hardware/form: force touchpad clickfinger
This commit is contained in:
parent
8b20424945
commit
3fac1bd11f
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ in
|
||||||
services = {
|
services = {
|
||||||
xserver.libinput = {
|
xserver.libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
touchpad.naturalScrolling = true;
|
touchpad = {
|
||||||
|
clickMethod = "clickfinger";
|
||||||
|
naturalScrolling = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
logind.lidSwitch = mkDefault "ignore";
|
logind.lidSwitch = mkDefault "ignore";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue