From bbda10d3368ba508a3db3edc363803c0f216ed38 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Wed, 3 Aug 2016 20:40:40 +0000 Subject: Simplestroke is a simple utility that detects mouse gestures. It currently detects twelve pre-defined mouse gestures and prints the name of the detected gesture to stdout, if any. The output can then e.g. be used in a simple shell script to execute commands. Example usages could include closing windows in i3 by drawing a Z over them or other window manipulations, or pausing your music player by drawing a left-to-right line. WWW: https://github.com/t6/simplestroke/ PR: 211550 Submitted by: Tobias Kortkamp --- x11/simplestroke/pkg-descr | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11/simplestroke/pkg-descr (limited to 'x11/simplestroke/pkg-descr') diff --git a/x11/simplestroke/pkg-descr b/x11/simplestroke/pkg-descr new file mode 100644 index 000000000000..13f66b5c1f72 --- /dev/null +++ b/x11/simplestroke/pkg-descr @@ -0,0 +1,10 @@ +Simplestroke is a simple utility that detects mouse gestures. It +currently detects twelve pre-defined mouse gestures and prints the +name of the detected gesture to stdout, if any. The output can then +e.g. be used in a simple shell script to execute commands. + +Example usages could include closing windows in i3 by drawing a Z over +them or other window manipulations, or pausing your music player by +drawing a left-to-right line. + +WWW: https://github.com/t6/simplestroke/ -- cgit v1.2.3