A minimal Gtk+ GUI app for libinput-gestures
The wiki is still quite small, but it might help, for example, to find useful commands for actions like workspace manipulation and keystroke emulation under Xorg and Wayland.
- Python 3 with
gi
module - python3-setuptools
- xdotool (recommended)
- libinput-gestures
- libinput-tools
On Debian/Ubuntu, type:
sudo apt install python3 python3-setuptools xdotool python3-gi libinput-tools python-gobject
To install libinput-gestures, follow the instructions on its official page: https://github.com/bulletmark/libinput-gestures
Gestures is also available in Arch AUR (disclaimer: I'm not the maintainer).
Solus users can install Gestures directly from the official repos:
Search for Gestures in Solus Software Center or install from command line: sudo eopkg it gestures
Please install the above dependencies before proceeding.
git clone https://gitlab.com/cunidev/gestures
cd gestures
sudo python3 setup.py install