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

9 lines
250 B
Text
Raw Normal View History

2023-10-14 22:38:12 +02:00
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "True"
Option "Tapping" "on"
EndSection