Be a bit more flexible on touchpad matching.

This commit is contained in:
2026-06-18 09:05:11 -04:00
parent 8c50198467
commit 23c2c0d027
+1 -1
View File
@@ -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