From af8473832b9e88ecfaf9123ff8d71e918bb897db Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:08:49 -0700 Subject: [PATCH] fix disable touchpad --- systems/NOlaptop.nix | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index d228e08..0fbf889 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -32,19 +32,18 @@ in { }; }; - # environment.etc = { - # "libinput/local-overrides.quirks".text = " - # # MatchUdevType=touchpad - # # MatchDMIModalias=dmi:*svnFramework:pnLaptop* - # # AttrEventCode=-BTN_RIGHT + environment.etc = { + "libinput/local-overrides.quirks".text = " +# MatchUdevType=touchpad +# MatchDMIModalias=dmi:*svnFramework:pnLaptop* +# AttrEventCode=-BTN_RIGHT - # [Framework Laptop 16 Keyboard Module] - # MatchName=Framework Laptop 16 Keyboard Module* - # MatchUdevType=keyboard - # # MatchDMIModalias=dmi:*svnFramework:pnLaptop16* - # AttrKeyboardIntegration=internal - # "; - # }; +[Framework Laptop 16 Keyboard Module] +MatchName=Framework Laptop 16 Keyboard Module* +# MatchUdevType=keyboard +# MatchDMIModalias=dmi:*svnFramework:pnLaptop16* +AttrKeyboardIntegration=internal"; + }; # services.xserver.libinput = { # enable = true; # touchpad.disableWhileTyping = true;