Skip to main content

Register Your Trackpad Clicks on Linux

To register the clicks on your trackpad, create a file called 30-whatpulse-touchpad-rules.conf inside this directory: /usr/share/X11/xorg.conf.d/ with these contents:

Section "InputClass"
Identifier "whatpulse touchpad configuration"
MatchIsTouchpad "on"
Option "GrabEventDevice" "false"
EndSection