dotfiles/files/touchpad.conf

11 lines
312 B
Plaintext
Raw Normal View History

2018-03-04 12:31:51 +00:00
Section "InputClass"
Identifier "libinput touchpad catchall"
Driver "libinput"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "false"
Option "AccelProfile" "flat"
Option "DisableWhileTyping" "true"
EndSection