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:
2026-06-04 03:01:04 -04:00
4 changed files with 88 additions and 2 deletions
+1 -1
View File
@@ -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