From 66997994dfa762532dcf52e4834281f7368f0a08 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 10 Mar 2023 18:48:59 +0100 Subject: Initial wallpaper. --- touchpad.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'touchpad.sh') 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" -- cgit v1.2.1