Created attachment 173229 [details] simplestroke.shar 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/ portlint ok, Poudriere@FreeBSD 9.3/i386 ok
A commit references this bug: Author: pawel Date: Wed Aug 3 20:40:41 UTC 2016 New revision: 419552 URL: https://svnweb.freebsd.org/changeset/ports/419552 Log: 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 <t@tobik.me> Changes: head/x11/Makefile head/x11/simplestroke/ head/x11/simplestroke/Makefile head/x11/simplestroke/distinfo head/x11/simplestroke/pkg-descr