dotfiles/touchpad.conf

9 lines
223 B
Plaintext

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