From 7bf01abdceab74b7992a40206504a15856d02257 Mon Sep 17 00:00:00 2001 From: wochap Date: Tue, 12 Mar 2024 17:24:35 +0000 Subject: [PATCH] Add pointer-gestures-unstable-v1 --- pointer-gestures-unstable-v1.-.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pointer-gestures-unstable-v1.-.md 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)