disable touchpad tap is click
This commit is contained in:
@@ -13,6 +13,9 @@
|
|||||||
services.nscd.enable = lib.mkForce false;
|
services.nscd.enable = lib.mkForce false;
|
||||||
system.nssModules = lib.mkForce [];
|
system.nssModules = lib.mkForce [];
|
||||||
|
|
||||||
|
# disable touch clicks because i always tap while typing
|
||||||
|
services.xserver.libinput.touchpad.tappingButtonMap = null;
|
||||||
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../common/all.nix
|
../common/all.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user