From 9d7d3a9fac8052b9e87360e3f350eaf48c297605 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 28 May 2023 20:24:57 -0400 Subject: [PATCH] refactor: add explanations to touchscreen gestures --- lisgd/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lisgd/README.md diff --git a/lisgd/README.md b/lisgd/README.md new file mode 100644 index 00000000..4f174335 --- /dev/null +++ b/lisgd/README.md @@ -0,0 +1,3 @@ +I use my [fork](https://git.nelim.org/matt1432/lisgd-sway) of [lisgd](https://git.sr.ht/~mil/lisgd) to freeze touchscreen inputs while using 3 or more fingers so gestures can be done without zooming your firefox tabs or messing up your work (only works on sway). + +I had to also make a [fork](https://git.nelim.org/matt1432/input-emulator-sway) of [input-emulator](https://github.com/tio/input-emulator) to make the touch_tap do 3 simultaneous taps, because disabling the touchscreen while doing gestures would not register when the fingers stop touching. therefore, simulating another tap of 3 fingers makes sway recognize the release.