dotfiles/crates/05-i3/files/40-proper-touchpad.conf

9 lines
250 B
Text
Raw Normal View History

2023-09-03 00:24:32 +02:00
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "True"
Option "Tapping" "on"
EndSection