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 = {
|
||||
# "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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue