Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Created April 27, 2024 06:49
Show Gist options
  • Save vicente-gonzalez-ruiz/cf1e977a6b36142dbb6bedb778f2714b to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/cf1e977a6b36142dbb6bedb778f2714b to your computer and use it in GitHub Desktop.
tap to click debian

root@miranda:/etc/X11/xorg.conf.d# cat 40-libinput.conf Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "on" EndSection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment