Touchpad helper.
This commit is contained in:
Executable
+5
@@ -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
|
||||||
Reference in New Issue
Block a user