diff --git a/pointer-gestures-unstable-v1.-.md b/pointer-gestures-unstable-v1.-.md new file mode 100644 index 0000000..bd67d12 --- /dev/null +++ b/pointer-gestures-unstable-v1.-.md @@ -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)