This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/apps/de/libinput/touchpad.conf

10 lines
236 B
Plaintext
Raw Normal View History

2019-09-24 08:51:02 -05:00
Section "InputClass"
Identifier "libinput touchpad"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "NaturalScrolling" "true"
2019-12-31 14:26:44 -06:00
Option "DisableWhileTyping" "false"
2019-09-24 08:51:02 -05:00
EndSection