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
; - Install libinput-gestures:
sudo dnf install libinput-gestures
; - Add user to input group:
sudo usermod -aG input $(whoami)
; - Re-login or reboot your computer;
- Configure config file in
/etc/libinput-gestures.conf
; - Start libinput-gestures:
libinput-gestures-setup start
;
If needed, you can add libinput-gestures to autostart:
libinput-gestures-setup autostart
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 | aarch64 (2)*, x86_64 (3)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (5)*, x86_64 (2)* | Fedora 39 (37 downloads) |
Fedora 40 | aarch64 (2)*, x86_64 (4)* | Fedora 40 (24 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (0)* | Fedora 41 (6 downloads) |
Fedora rawhide | aarch64 (10)*, x86_64 (19)* | Fedora rawhide (57 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable chriscowleyunix/libinput-gestures
More info about enabling Copr repositories