summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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