From 3779224eded0563b5a04528339549925a4f27cb9 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Wed, 15 Sep 2021 07:02:13 +0530 Subject: Create 30-touchpad.conf --- etc/X11/xorg.conf.d/30-touchpad.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/X11/xorg.conf.d/30-touchpad.conf (limited to 'etc') diff --git a/etc/X11/xorg.conf.d/30-touchpad.conf b/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..e156921 --- /dev/null +++ b/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,8 @@ +//just so i can tap on mousepad... clicking sucks except when you need to rightclick and have that dropdown menu... +but ehh just press ctrl+tap on link, it will open in a new tab. +for it to open in new tab +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + Option "Tapping" "on" +EndSection -- cgit v1.2.3