Add pointer-gestures-unstable-v1

wochap 2024-03-12 17:24:35 +00:00
parent 3bdfff5604
commit 7bf01abdce

@ -0,0 +1,13 @@
### Description
Forward the following events to client:
swipe_begin, swipe_update, swipe_end, pinch_begin, pinch_update and pinch_end
This patch allows you to pinch zoom in Chrome, for example. In combination with the following patches [gestures](https://github.com/djpohly/dwl/wiki/gestures) and [shiftview](https://codeberg.org/dwl/dwl-patches/wiki/shiftview), it would allow you to switch workspaces by performing a 3-finger swipe on your touchpad.
### Download
- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/pointer-gestures-unstable-v1)
- [2024-03-05](https://codeberg.org/dwl/dwl-patches/raw/branch/main/pointer-gestures-unstable-v1/pointer-gestures-unstable-v1.patch)
### Authors
- [wochap](https://codeberg.org/wochap)