SpectreOS/configs/xorg.conf.d/30-touchpad.conf

9 lines
205 B
Text
Raw Normal View History

2022-10-04 19:01:31 +02:00
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
Option "DisableWhileTyping" "off"
EndSection