Files
dotfiles/etc/X11/xorg.conf.d/30-touchpad.conf
T
2017-12-25 16:36:38 +01:00

7 lines
119 B
Plaintext

Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection