Skip to content

Instantly share code, notes, and snippets.

@ferox
Forked from cstrouse/99-synaptics-overrides.conf
Last active March 9, 2018 17:01
Show Gist options
  • Save ferox/7494373bb2fbf824263082c354be18ea to your computer and use it in GitHub Desktop.
Save ferox/7494373bb2fbf824263082c354be18ea to your computer and use it in GitHub Desktop.
Enables tap-to-click functionality for the touchpad on the HP Mini under Fedora 26 with LXQt
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