From 38110ef852373765de0c738aa54587b9ee640389 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 29 Oct 2019 19:51:58 +0100 Subject: Random changes. --- touchpad.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'touchpad.sh') diff --git a/touchpad.sh b/touchpad.sh index 0d30c4c..377dc1f 100755 --- a/touchpad.sh +++ b/touchpad.sh @@ -2,5 +2,6 @@ # Toggles the touchpad -device="PS/2 Generic Mouse" + device="ETPS/2 Elantech Touchpad" +#device="PS/2 Generic Mouse" [ "$(xinput --list-props "$device" | grep -e "Device Enabled (.*):.*1")" ] && xinput disable "$device" || xinput enable "$device" -- cgit v1.2.1