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 |
---|---|---|
![]() |
aarch64 (7)*, x86_64 (12)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (18)* | Fedora 41 (20 downloads) |
![]() |
aarch64 (6)*, x86_64 (5)* | Fedora 42 (18 downloads) |
![]() |
aarch64 (15)*, x86_64 (30)* | Fedora rawhide (82 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable chriscowleyunix/libinput-gestures
More info about enabling Copr repositories