Created
February 29, 2020 02:44
-
-
Save miguelmota/c35999dbf9c15154d0aec8dace29d481 to your computer and use it in GitHub Desktop.
Arch linux enable tap to click on touchpad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "touchpad" | |
Driver "libinput" | |
MatchIsTouchpad "on" | |
Option "Tapping" "on" | |
Option "TappingButtonMap" "lmr" | |
EndSection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
coming back to this old gist to report to everyone that comes by with the same problem:
Wayland compositors have to implement this by themselves and River doesn't seem to support tablets and touchpads, not when I was using it anyways. But on Hyprland it works PERFECTLY and even has more advanced configuration 10/10