refactor: add explanations to touchscreen gestures
This commit is contained in:
parent
e78db0dc95
commit
9d7d3a9fac
1 changed files with 3 additions and 0 deletions
3
lisgd/README.md
Normal file
3
lisgd/README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue