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 |
---|---|---|
![]() |
x86_64 (161)* | Fedora 39 (0 downloads) |
![]() |
x86_64 (179)* | Fedora 40 (165 downloads) |
![]() |
x86_64 (60)* | Fedora 41 (49 downloads) |
![]() |
x86_64 (0)* | Fedora 42 (1 downloads) |
![]() |
x86_64 (27)* | Fedora rawhide (168 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable elxreno/libinput-gestures
More info about enabling Copr repositories