elxreno/libinput-gestures
Project ID: 23938
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 which is typically an xdotool command to action desktop/window/application keyboard combinations and commands.
Installation Instructions
- Enable copr repository:
sudo dnf copr enable elxreno/libinput-gestures -y
; - Install libinput-gestures:
sudo dnf install libinput-gestures -y
; - Add user to input group:
sudo usermod -aG input $(whoami)
; - 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;
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 |
---|---|---|
Fedora 38 | x86_64 (231)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (157)* | Fedora 39 (134 downloads) |
Fedora 40 | x86_64 (166)* | Fedora 40 (152 downloads) |
Fedora 41 | x86_64 (11)* | Fedora 41 (14 downloads) |
Fedora rawhide | x86_64 (20)* | Fedora rawhide (160 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable elxreno/libinput-gestures
More info about enabling Copr repositories