Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created February 29, 2020 02:44
Show Gist options
  • Select an option

  • Save miguelmota/c35999dbf9c15154d0aec8dace29d481 to your computer and use it in GitHub Desktop.

Select an option

Save miguelmota/c35999dbf9c15154d0aec8dace29d481 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
@MafiusKity
Copy link

This broken my arch in VM huehuehue

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