xbanish hides the mouse cursor when you start typing, and shows it

again when the mouse cursor moves or a mouse button is pressed.  This
is similar to xterm's pointerMode setting, but xbanish works globally
in the X11 session.

WWW: https://github.com/jcs/xbanish/

PR:		211325
Submitted by:	Tobias Kortkamp <t@tobik.me>
This commit is contained in:
Pawel Pekala 2016-07-31 19:19:49 +00:00
parent efb53ba40b
commit eca7f206e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419409
4 changed files with 34 additions and 0 deletions

View file

@ -320,6 +320,7 @@
SUBDIR += xautomation
SUBDIR += xbacklight
SUBDIR += xballoon
SUBDIR += xbanish
SUBDIR += xbanner
SUBDIR += xbelld
SUBDIR += xbiff

24
x11/xbanish/Makefile Normal file
View file

@ -0,0 +1,24 @@
# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$
PORTNAME= xbanish
PORTVERSION= 1.4
DISTVERSIONPREFIX= v
CATEGORIES= x11
MAINTAINER= t@tobik.me
COMMENT= Banish the mouse cursor when typing
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= jcs
USE_XORG= x11 xfixes xi xt
MAKE_ARGS= X11BASE="${PREFIX}"
PLIST_FILES= bin/xbanish \
man/man1/xbanish.1.gz
.include <bsd.port.mk>

3
x11/xbanish/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1469336573
SHA256 (jcs-xbanish-v1.4_GH0.tar.gz) = df90d1fe2c2215e0bdfd3b6a3151ac29553248abd293f428760f8015e82d8c64
SIZE (jcs-xbanish-v1.4_GH0.tar.gz) = 5407

6
x11/xbanish/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
xbanish hides the mouse cursor when you start typing, and shows it
again when the mouse cursor moves or a mouse button is pressed. This
is similar to xterm's pointerMode setting, but xbanish works globally
in the X11 session.
WWW: https://github.com/jcs/xbanish/