diff --git a/bin/setup-touch.sh b/bin/setup-touch.sh new file mode 100755 index 0000000..bdfe870 --- /dev/null +++ b/bin/setup-touch.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +DEVICE="$(xinput list --name-only | grep "Touchpad$")" +echo Device is ${DEVICE} +xinput set-prop "${DEVICE}" "libinput Tapping Enabled" 1 +#xinput set-prop "Virtual core pointer" "libinput Tapping Enabled" 1