fix disable touchpad

This commit is contained in:
Tao Tien 2024-03-24 17:08:49 -07:00
parent 378cdfda1b
commit af8473832b

View file

@ -32,19 +32,18 @@ in {
}; };
}; };
# environment.etc = { environment.etc = {
# "libinput/local-overrides.quirks".text = " "libinput/local-overrides.quirks".text = "
# # MatchUdevType=touchpad # MatchUdevType=touchpad
# # MatchDMIModalias=dmi:*svnFramework:pnLaptop* # MatchDMIModalias=dmi:*svnFramework:pnLaptop*
# # AttrEventCode=-BTN_RIGHT # AttrEventCode=-BTN_RIGHT
# [Framework Laptop 16 Keyboard Module] [Framework Laptop 16 Keyboard Module]
# MatchName=Framework Laptop 16 Keyboard Module* MatchName=Framework Laptop 16 Keyboard Module*
# MatchUdevType=keyboard # MatchUdevType=keyboard
# # MatchDMIModalias=dmi:*svnFramework:pnLaptop16* # MatchDMIModalias=dmi:*svnFramework:pnLaptop16*
# AttrKeyboardIntegration=internal AttrKeyboardIntegration=internal";
# "; };
# };
# services.xserver.libinput = { # services.xserver.libinput = {
# enable = true; # enable = true;
# touchpad.disableWhileTyping = true; # touchpad.disableWhileTyping = true;