SpectreOS/configs/xorg.conf.d/30-touchpad.conf
2022-10-04 19:01:31 +02:00

8 lines
205 B
Text
Executable file

Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
Option "DisableWhileTyping" "off"
EndSection