summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-09-15 07:02:13 +0530
committerGitHub <noreply@github.com>2021-09-15 07:02:13 +0530
commit3779224eded0563b5a04528339549925a4f27cb9 (patch)
tree93cdaaa2bc00d745f0c016c5d18f8d526b8384a5 /etc
parent7a3a277e093c79770f90e5725ee06d8930dce165 (diff)
Create 30-touchpad.conf
Diffstat (limited to 'etc')
-rw-r--r--etc/X11/xorg.conf.d/30-touchpad.conf8
1 files changed, 8 insertions, 0 deletions
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