Touchpad helper.

This commit is contained in:
2026-04-09 13:55:47 -04:00
parent 1fb96a001b
commit 0c7ec22e76
+5
View File
@@ -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