chriscowleyunix/libinput-gestures

Forked project is still being prepared for you. It may take a few minutes to duplicate backend data.

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

  1. Enable copr repository:sudo dnf copr enable elxreno/libinput-gestures ;
  2. Install libinput-gestures:sudo dnf install libinput-gestures;
  3. Add user to input group:sudo usermod -aG input $(whoami);
  4. Re-login or reboot your computer;
  5. Configure config file in /etc/libinput-gestures.conf;
  6. 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).

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/chriscowleyunix/libinput-gestures/
1 Like