Skip to content

Instantly share code, notes, and snippets.

@cstrouse
Created October 1, 2016 02:15
Show Gist options
  • Save cstrouse/9c3c318b876f1236f14c3b8a554dff99 to your computer and use it in GitHub Desktop.
Save cstrouse/9c3c318b876f1236f14c3b8a554dff99 to your computer and use it in GitHub Desktop.
Enables tap-to-click functionality for the touchpad on the HP Mini 311 under Fedora 24 with LXDE
Section "InputClass"
Identifier "touchpad overrides"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment