Added a whole dynamic prompt tuning command

This commit is contained in:
2026-02-15 18:06:00 -05:00
parent cd0f9a7d4d
commit 098ffd6c34
5 changed files with 113 additions and 3 deletions
+4
View File
@@ -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