aboutsummaryrefslogtreecommitdiff
path: root/touchpad.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2023-03-10 18:48:59 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2023-03-10 18:48:59 +0100
commit66997994dfa762532dcf52e4834281f7368f0a08 (patch)
tree2cb554f6417cac2ca1dfcf3f1126f9acc5f878d5 /touchpad.sh
parent872e287d1242a2baff74784f9245a4446c6455d3 (diff)
downloadscripts-66997994dfa762532dcf52e4834281f7368f0a08.tar.gz
scripts-66997994dfa762532dcf52e4834281f7368f0a08.zip
Initial wallpaper.
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"