dotfiles/crates/05-i3/files/40-proper-touchpad.conf
2023-09-03 00:24:32 +02:00

8 lines
250 B
Text

Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "True"
Option "Tapping" "on"
EndSection