dotfiles/touchpad.conf
2024-11-30 21:52:04 +01:00

8 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