summaryrefslogtreecommitdiff
path: root/setup_debian.sh
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2023-08-09 20:48:05 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2023-08-09 20:48:05 +0530
commit8cd1a4d7fbf2417c295c1750e2d101a580c9bbf7 (patch)
tree6edfbb46bb60dc88f01a0e97da986477fd643457 /setup_debian.sh
parent610bc68bf8fbf327a595a737d2ff3472282b4b6e (diff)
add touchpad configuration
Diffstat (limited to 'setup_debian.sh')
-rw-r--r--setup_debian.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_debian.sh b/setup_debian.sh
index 4fdc229..86e7652 100644
--- a/setup_debian.sh
+++ b/setup_debian.sh
@@ -96,5 +96,8 @@ echo 'set completion-ignore-case On' | sudo tee -a /etc/inputrc
# Make systemd ignore power key
echo "HandlePowerKey=ignore" | sudo tee -a /etc/systemd/logind.conf
+# Copy touchpad configuration
+sudo cp 30-touchpad.conf /etc/X11/xorg.conf.d/30-touchpad.conf
+
# Remove The Temporary Directory
rm -rf $TEMP_DIR