Skip to content

Instantly share code, notes, and snippets.

@yashkathe
Forked from miguelmota/30-touchpad.conf
Created October 22, 2022 08:26
Show Gist options
  • Save yashkathe/e95b659f4e498c7b77c77a9d852deb82 to your computer and use it in GitHub Desktop.
Save yashkathe/e95b659f4e498c7b77c77a9d852deb82 to your computer and use it in GitHub Desktop.
Arch linux enable tap to click on touchpad
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection
sudo vim /etc/X11/xorg.conf.d/30-touchpad.conf
# restart xorg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment