fix disable touchpad
This commit is contained in:
parent
378cdfda1b
commit
af8473832b
1 changed files with 11 additions and 12 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue