Skip to content

Instantly share code, notes, and snippets.

@rfosta
Forked from miguelmota/30-touchpad.conf
Created April 13, 2024 16:24
Show Gist options
  • Save rfosta/7f9800b9fd3f74c76bf57a1c6d1c3739 to your computer and use it in GitHub Desktop.
Save rfosta/7f9800b9fd3f74c76bf57a1c6d1c3739 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