aboutsummaryrefslogtreecommitdiff
path: root/touchpad.sh
diff options
context:
space:
mode:
Diffstat (limited to 'touchpad.sh')
-rwxr-xr-xtouchpad.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/touchpad.sh b/touchpad.sh
index 377dc1f..e40c248 100755
--- a/touchpad.sh
+++ b/touchpad.sh
@@ -2,6 +2,5 @@
# Toggles the touchpad
- device="ETPS/2 Elantech Touchpad"
-#device="PS/2 Generic Mouse"
+device='Synaptics TM3145-007'
[ "$(xinput --list-props "$device" | grep -e "Device Enabled (.*):.*1")" ] && xinput disable "$device" || xinput enable "$device"