diff --git a/40-libinput.conf b/40-libinput.conf new file mode 100644 index 0000000..5234027 --- /dev/null +++ b/40-libinput.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + Driver "libinput" + Option "Tapping" "on" + Option "TappingButtonMap" "lrm" +EndSection