This app is a setup tool for libinput-gestures, a utility that allows
to map touchpad gestures to shell commands.
The problem is that libinput-gestures does not provide a graphical interface and suggests interacting with
libinput-gestures
and libinput-gestures-setup
binaries and libinput-gestures.conf
configuration file.
I find it too difficult and that is why I decided to make a qt-based app for libinput-gestures.
This package requires python version 3.5 or newer, PyQt5 and libinput-gestures.
You can install the latest release version from PyPI by running:
$ sudo pip3 install libinput-gestures-qt
This will install the app and make a desktop entry so that you could run it by clicking in your app menu.
This app was tested for Debian and OpenSUSE and seems to work stably. However, it's not final and one cannot yet be sure that it will work well. Nevertheless, I already use it myself.
You can also install this app by following these steps:
$ git clone https://github.com/OneAdder/libinput_gestures_qt
$ cd libinput_gestures_qt
$ mkvirtualenv -p libinput-gestures-qt
# virtualenvwrapper must be installed$ pip install -e .
This will install the app to a virtualenv that does not affect the rest of the system.
To also install packages for testing, do:
$ pip install -e .[dev]