iso-profiles/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf

7 lines
193 B
Text
Raw Normal View History

Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
2018-04-28 10:49:12 +02:00
Option "NaturalScrolling" "true"
EndSection