parch-iso-xfce/iso/airootfs/etc/X11/xorg.conf.d/30-touchpad.conf
2023-02-14 13:33:23 +03:30

6 lines
149 B
Text

Section "InputClass"
Identifier "MyTouchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
EndSection