diff --git a/bin/setup-touch.sh b/bin/setup-touch.sh index 4498e68..d5e0f4d 100755 --- a/bin/setup-touch.sh +++ b/bin/setup-touch.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -DEVICE="$(xinput list --name-only | grep "Touchpad$")" +DEVICE="$(xinput list --name-only | grep -i "Touchpad$")" echo Device is ${DEVICE} xinput set-prop "${DEVICE}" "libinput Tapping Enabled" 1