dotfiles/laptop/90-touchpad.conf
2023-08-17 14:14:00 +09:00

9 lines
231 B
Text

Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "ScrollMethod" "twofinger"
Option "AccelProfile" "adaptive"
EndSection