dotfiles/crates/i3/files/touchpad.conf

9 lines
250 B
Text
Raw Normal View History

2025-03-04 22:34:13 +01:00
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "NaturalScrolling" "True"
Option "Tapping" "on"
EndSection