dotfiles/crates/i3/files/touchpad.conf
2025-03-04 22:34:13 +01: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