dregil: Disable touchpad tapping
This commit is contained in:
parent
649eeae81b
commit
71dbb652b8
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
touchpad.disableWhileTyping = true;
|
touchpad.disableWhileTyping = true;
|
||||||
|
touchpad.tapping = false;
|
||||||
mouse.naturalScrolling =
|
mouse.naturalScrolling =
|
||||||
config.services.xserver.libinput.touchpad.naturalScrolling;
|
config.services.xserver.libinput.touchpad.naturalScrolling;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue