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 (8)*, x86_64 (25)* | Fedora 35 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (12)* | Fedora 36 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (8)* | Fedora 37 (9 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 38 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (16)* | Fedora rawhide (23 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable chriscowleyunix/libinput-gestures
More info about enabling Copr repositories