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

6 lines
153 B
Text
Raw Normal View History

2018-07-02 11:51:54 +02:00
Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
EndSection