Added a whole dynamic prompt tuning command
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
DEVICE=$(xinput list --name-only | grep "Touchpad")
|
||||
echo Device is ${DEVICE}
|
||||
xinput set-prop "${DEVICE}" "libinput Tapping Enabled" 1
|
||||
Reference in New Issue
Block a user