diff options
author | pawel <pawel@FreeBSD.org> | 2016-08-01 03:19:49 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-08-01 03:19:49 +0800 |
commit | 3767106ba4f20cdd7bea30e15cdb14f5ee1cc4b0 (patch) | |
tree | 5c337eb63d4afde945e4f8a5909ade01dc23457f /x11/Makefile | |
parent | 8313f2ed19ba10f4c67297edf860a5f3d8d3e2e5 (diff) | |
download | freebsd-ports-gnome-3767106ba4f20cdd7bea30e15cdb14f5ee1cc4b0.tar.gz freebsd-ports-gnome-3767106ba4f20cdd7bea30e15cdb14f5ee1cc4b0.tar.zst freebsd-ports-gnome-3767106ba4f20cdd7bea30e15cdb14f5ee1cc4b0.zip |
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>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index a2d321f5170b..2d00f0e3fb24 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -320,6 +320,7 @@ SUBDIR += xautomation SUBDIR += xbacklight SUBDIR += xballoon + SUBDIR += xbanish SUBDIR += xbanner SUBDIR += xbelld SUBDIR += xbiff |