~elementary-os/elementaryos/+git/os-patches:touchegg-focal-patched

Last commit made on 2021-12-08
Get this branch:
git clone -b touchegg-focal-patched https://git.launchpad.net/~elementary-os/elementaryos/+git/os-patches

Branch merges

Branch information

Name:
touchegg-focal-patched
Repository:
lp:~elementary-os/elementaryos/+git/os-patches

Recent commits

7d9b133... by Danielle Foré

Patch touchegg.conf

baedd79... by José Expósito

Update to v2.0.12

7606a03... by José Expósito

Fix broken link to Touché image

b90e078... by José Expósito

Honor the XDG basedir specification

If $XDG_CONFIG_DIRS is set, check if the config is present in one of
those directories. Otherwise, fallback to /etc/xdg, as in the spec:

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

Finally, fallback to SYSTEM_CONFIG_FILE_PATH for backwards compatibility.

Fix #477 and #525

02a39c6... by José Expósito

Update README.md

bb9a602... by José Expósito

touch-handler: Improve pinch detection when a finger is pinned

d7510ec... by José Expósito

Improve the "Daemon configuration" section

ffe7350... by José Expósito

Print the daemon configuration URL when the device size is unknown

72ce32d... by José Expósito

touchscreen: Adjust thresholds

Make easier to start gestures on big screens and keep the same
proporcion used for touchpads.

d9a54a6... by José Expósito

touch-handler: Update startX/Y on gesture start

Once the gesture starts update the value of startX/Y with currentX/Y to
avoid including the startThreshold is not included in the percentage
calculations.