diff --git a/etc/X11/xorg.conf.d/90-touchpd.confc b/etc/X11/xorg.conf.d/90-touchpd.confc new file mode 100644 index 0000000..81b2b26 --- /dev/null +++ b/etc/X11/xorg.conf.d/90-touchpd.confc @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "tap-by-default" + MatchIsTouchpad "on" + Driver "libinput" + Option "Tapping" "on" + Option "TappingButtonMap" "lmr" +EndSection \ No newline at end of file