[i3] configure tap-to-click

This commit is contained in:
Bernhard Landauer 2017-06-06 00:48:18 +02:00
parent 9ca4c8adf1
commit b624becc95
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection