actually disabling touchpad tapping, previous option did was not the right one
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
system.nssModules = lib.mkForce [];
|
||||
|
||||
# disable touch clicks because i always tap while typing
|
||||
services.xserver.libinput.touchpad.tappingButtonMap = null;
|
||||
#services.xserver.libinput.touchpad.tappingButtonMap = null;
|
||||
services.xserver.libinput.touchpad.tapping = false;
|
||||
|
||||
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user