Releases: JoseExposito/touchegg
2.0.18 - 2025-05-24
-
#670 Allow to execute actions on gesture begin and end
Until now, it was only possible to execute the MOUSE_CLICK, SEND_KEYS an RUN_COMMAND actions when the gesture started or when the gesture ended.
Include a third option, begin-and-end allowing to run the actions both when the gesture starts and ends.
When this new setting is used, MOUSE_CLICK starts presses the mouse button when the gesture starts and releases it when the gesture ends.
In the case of RUN_COMMAND, a environment variable is set (TOUCHEGG_GESTURE_ON) allowing the executed script to take different actions at the beginning and the end of the gesture.
2.0.17 - 2023-08-13
This version does not include any new features, but the deb and rpm packages have been updated to target more recent distro versions.
2.0.16 - 2023-02-06
Thanks to @mairacanal for contributing!
2.0.15 - 2022-11-14
2.0.14 - 2022-04-02
- New COPR URL:
https://copr.fedorainfracloud.org/coprs/joseexposito/touchegg/ - #564 Performance improvements calculating the size of the animations
- #566 Fix crash that might happen when multiple input devices are added and removed
2.0.13 - 2022-01-08
2.0.12 - 2021-10-21
2.0.11 - 2021-07-08
New:
-
#505 Allow to display any animation on SEND_KEYS/RUN_COMMAND
-
#502 Add cyclic option to CHANGE_DESKTOP
-
Packages for CentOS (EPEL), Fedora and openSUSE available on COPR
https://copr.fedorainfracloud.org/coprs/jose_exposito/touchegg/
On Ubuntu, it is recommended to use the official PPA to install Touchégg and receive updates:
$ sudo add-apt-repository ppa:touchegg/stable
$ sudo apt update
$ sudo apt install toucheggOn Fedora, openSUSE and CentOS (EPEL) it is recommended to use the official COPR to install Touchégg and receive updates.
$ sudo dnf copr enable jose_exposito/touchegg
$ sudo dnf install touchegg