]> code.delx.au - dotfiles/commitdiff
remove synaptics config
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 9 Feb 2020 01:14:48 +0000 (12:14 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 9 Feb 2020 01:14:48 +0000 (12:14 +1100)
.config/autostart/trackpad-config.desktop [deleted file]
trackpad-config.sh [deleted file]

diff --git a/.config/autostart/trackpad-config.desktop b/.config/autostart/trackpad-config.desktop
deleted file mode 100644 (file)
index c147cd7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=0.9.4
-Type=Application
-Name=trackpad_config
-Comment=
-Exec=/home/jamesbunton/bin/trackpad-config.sh
-StartupNotify=false
-Terminal=false
-Hidden=false
-
diff --git a/trackpad-config.sh b/trackpad-config.sh
deleted file mode 100755 (executable)
index dbe6618..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/bash
-
-synclient MinSpeed=1.0
-synclient MaxSpeed=1.5
-synclient AccelFactor=0.1
-
-synclient MaxTapTime=180
-synclient MaxTapMove=517
-synclient MaxDoubleTapTime=180
-synclient SingleTapTimeout=50
-synclient ClickTime=100
-
-# run this twice to ensure it works no matter what the previous values were
-for i in 1 2; do
-    synclient FingerHigh=30
-    synclient FingerLow=20
-done
-
-synclient ClickPad=1
-synclient TapButton1=1
-synclient TapButton2=3
-synclient TapButton3=2
-synclient PalmDetect=0
-synclient VertTwoFingerScroll=1
-synclient HorizTwoFingerScroll=1
-
-synclient CoastingSpeed=0
-synclient TapAndDragGesture=0
-synclient RTCornerButton=0
-synclient RBCornerButton=0
-synclient LTCornerButton=0
-synclient LBCornerButton=0
-synclient TapAndDragGesture=0
-synclient TouchpadOff=0