Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 185 Bytes

X11 enable touchpad tapping.md

File metadata and controls

9 lines (8 loc) · 185 Bytes

Create /etc/X11/xorg.conf.d/30-touchpad.conf, containing:

Section "InputClass"
    Identifier "touchpad catchall"
    Driver "libinput"
    Option "Tapping" "on"
EndSection