From b624becc951c65063cb79c148239f51c5c345dc5 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 6 Jun 2017 00:48:18 +0200 Subject: [PATCH] [i3] configure tap-to-click --- .../i3/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/i3/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf diff --git a/community/i3/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf b/community/i3/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..4bd1a17 --- /dev/null +++ b/community/i3/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "on" +EndSection