iso-profiles/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf
2018-04-28 10:49:12 +02:00

7 lines
No EOL
193 B
Text

Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
Option "NaturalScrolling" "true"
EndSection