Add per-tool settings and gesture customization

This commit is contained in:
ajp_anton
2026-09-05 05:02:34 +00:00
parent d6f30c5735
commit 38142b9499
26 changed files with 1383 additions and 83 deletions
+6
View File
@@ -14,6 +14,12 @@ install -m 0644 \
"$repo_root/touchpad-hold-tap/tests/test-touchpad-hold-tap.lua" \
"$topdir/SOURCES/test-touchpad-hold-tap.lua"
install -m 0644 "$repo_root/README.md" "$topdir/SOURCES/README.md"
install -m 0755 \
"$repo_root/touchpad-hold-tap/touchpad-hold-tap-config" \
"$topdir/SOURCES/touchpad-hold-tap-config"
install -m 0755 \
"$repo_root/touchpad-hold-tap/tests/test-touchpad-hold-tap-config" \
"$topdir/SOURCES/test-touchpad-hold-tap-config"
rpmbuild \
--define "_topdir $topdir" \