iso-profiles/a/rescue/live-overlay/etc/X11/xorg.conf.d/50-touchpad.conf

6 lines
141 B
Text
Raw Normal View History

2024-03-06 08:29:05 +01:00
Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
EndSection