Be a bit more flexible on touchpad matching.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
DEVICE="$(xinput list --name-only | grep "Touchpad$")"
|
DEVICE="$(xinput list --name-only | grep -i "Touchpad$")"
|
||||||
echo Device is ${DEVICE}
|
echo Device is ${DEVICE}
|
||||||
xinput set-prop "${DEVICE}" "libinput Tapping Enabled" 1
|
xinput set-prop "${DEVICE}" "libinput Tapping Enabled" 1
|
||||||
|
|||||||
Reference in New Issue
Block a user