Skip to content

Releases: JoseExposito/touchegg

2.0.18 - 2025-05-24

24 May 16:12

Choose a tag to compare

  • #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

13 Aug 16:22

Choose a tag to compare

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

06 Feb 19:20

Choose a tag to compare

  • #611 Do not use abstract socket on BSD
  • #616 Fix compilation error on GCC 13

Thanks to @mairacanal for contributing!

2.0.15 - 2022-11-14

14 Nov 18:38

Choose a tag to compare

  • #598 Add TOUCHEGG_DEVICE_TYPE environment variable to RUN_COMMAND
  • #603 Remove Firefox from the default config, it supports native gestures

Thanks to @ichaoX and @gurrgur for their contributions! ❤️

2.0.14 - 2022-04-02

02 Apr 09:42

Choose a tag to compare

2.0.13 - 2022-01-08

22 Jan 17:39

Choose a tag to compare

  • #541 Improve pinch detection when the fingers are placed horizontally or vertically
  • #538 Allow to run in multiple X displays
  • #553 Allow to configure the number of times a repeated action is executed

2.0.12 - 2021-10-21

21 Oct 06:41

Choose a tag to compare

  • #524 Improve pinch gesture detection on touchscreens
  • #525 Honor the XDG basedir specification

2.0.11 - 2021-07-08

08 Jul 06:16

Choose a tag to compare

New:


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 touchegg

On 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

2.0.10 - 2021-06-07

07 Jun 18:31

Choose a tag to compare

New:

  • Add Void Linux install instructions
  • Add Artix Linux install instructions

Improvements:

  • #499 Touchscreen: Use touch average to calculate deltas
  • #481 Simplify the build process in distros that don't support systemd

Fix:

  • #489 libinput 1.18 support: Different deltas depending on libinput version

2.0.9 - 2021-04-05

06 Apr 06:50

Choose a tag to compare

New:

  • #459 Use screen rotation to calculate touchscreen gestures direction

Improvements:

  • #475 Build the RPM package as part of the CI process improving its compatibility