Touchpad: Difference between revisions
imported>Mickours Add touchpad bug workaround for clickpad missing on kernel upgrade |
imported>IgorM m Added category |
||
| (One intermediate revision by one other user not shown) | |||
| Line 5: | Line 5: | ||
To restore the previous behavior, add to your Nixos hardware configuration: | To restore the previous behavior, add to your Nixos hardware configuration: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
# Avoid touchpad click to tap (clickpad) bug. For more detail see: | # Avoid touchpad click to tap (clickpad) bug. For more detail see: | ||
| Line 10: | Line 11: | ||
boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ]; | boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Hardware]] | |||