dotfiles/touchpad.conf

9 lines
223 B
Text
Raw Normal View History

2024-11-30 21:52:04 +01:00
# put it to the /etc/X11/xorg.conf.d/
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "DisableWhileTyping" "false"
EndSection