Skip to content

Instantly share code, notes, and snippets.

@mczuchnowski
Created August 7, 2020 16:37
Show Gist options
  • Select an option

  • Save mczuchnowski/c7cc463886eccfa730baccdc5dd51cc5 to your computer and use it in GitHub Desktop.

Select an option

Save mczuchnowski/c7cc463886eccfa730baccdc5dd51cc5 to your computer and use it in GitHub Desktop.
sudo mkdir -p /etc/X11/xorg.conf.d && sudo tee <<'EOF' /etc/X11/xorg.conf.d/90-touchpad.conf 1> /dev/null
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
EndSection
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment