Merge branch 'master' of https://gitea.nerdland.org/adam/cshenv into master
* 'master' of https://gitea.nerdland.org/adam/cshenv: Build a color chart. Touchpad helper. Document the ssh config hooks, by example. Add a local path element. Conflicts: bin/setup-touch.sh
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
DEVICE=$(xinput list --name-only | grep "Touchpad")
|
||||
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