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 40 | aarch64 (9)*, x86_64 (12)* | Fedora 40 (0 downloads) | 
|  Fedora 41 | aarch64 (10)*, x86_64 (18)* | Fedora 41 (26 downloads) | 
|  Fedora 42 | aarch64 (8)*, x86_64 (11)* | Fedora 42 (24 downloads) | 
|  Fedora 43 | aarch64 (2)*, x86_64 (2)* | Fedora 43 (9 downloads) | 
|  Fedora rawhide | aarch64 (15)*, x86_64 (30)* | Fedora rawhide (91 downloads) | 
* Total number of downloaded packages.
Quick Enable
    #> dnf copr enable chriscowleyunix/libinput-gestures
  
  
     More info about enabling Copr repositories