tjward/libinput-gestures
Project ID: 184251
Description
Libinput-gestures is a utility which reads libinput gestures from your touchpad and maps them to gestures you configure in a configuration file. Each gesture can be configured to activate a shell command.
Recommended packages:
- ydotool
- wlrctl
You can email me if the package is out of date.
Installation Instructions
Installation Instructions
- Enable copr repository
- (workstation) sudo dnf copr enable tjward/libinput-gestures -y
- (atomic) move repo file into /etc/yum.repos.d
- Install libinput-gestures:
- (workstation) sudo dnf install libinput-gestures
- (atomic) sudo rpm-ostree install libinput-gestures
- Add user to input group:
- sudo usermod -aG input $(whoami)
- or edit /etc/group
- Enable systemd service:
- systemctl --user enable libinput-gestures.service
- Copy default config file from /etc/libinput-gestures.conf to ~/.config/libinput-gestures.conf and edit it
- Re-login or reboot your computer
- Check status of the service: systemctl --user status libinput-gestures
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (0)*, x86_64 (2)* | Fedora 42 (2 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora rawhide (1 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable tjward/libinput-gestures
More info about enabling Copr repositories