9 lines
223 B
Text
9 lines
223 B
Text
|
# put it to the /etc/X11/xorg.conf.d/
|
||
|
Section "InputClass"
|
||
|
Identifier "touchpad"
|
||
|
MatchIsTouchpad "on"
|
||
|
Driver "libinput"
|
||
|
Option "Tapping" "on"
|
||
|
Option "DisableWhileTyping" "false"
|
||
|
EndSection
|