Add touchpad hold-tap tool

This commit is contained in:
ajp_anton
2026-08-30 00:28:02 +00:00
commit 1f0090392d
9 changed files with 963 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Fedora tools
Small utilities for Fedora Linux, distributed as RPM packages through a Gitea
package registry. Installed tools receive updates through DNF and compatible
graphical software managers.
These tools are developed with the help of AI.
## Repository
```bash
sudo dnf config-manager addrepo \
--from-repofile=https://git.ajpanton.se/ajp_anton/fedora-tools/raw/branch/main/fedora-tools.repo
```
```bash
sudo dnf install touchpad-hold-tap
```
## Compatibility
The primary test environment is a Framework Laptop 13 Pro running Fedora Linux
44 on x86_64, with KDE Plasma 6.7 and a Wayland session using KWin.
Compatibility with other Fedora releases, desktop environments, display
systems, architectures, or distributions may be limited.
## Tools
### Touchpad hold-tap
Experimental. Recognizes a one-finger hold followed by a quick tap from a
second finger and emits a middle click. The held finger may move between taps.
Repeating the tap while holding the first finger produces repeated clicks,
including double middle clicks.
The `touchpad-hold-tap` package requires libinput 1.30 or newer and a compositor
that enables libinput plugins. Log out and back in after installation or an
update so the compositor reloads the plugin.