diff options
author | matthew <matthew@FreeBSD.org> | 2017-06-21 23:09:44 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-06-21 23:09:44 +0800 |
commit | 25a0b80a9e7b97c603eef781d20397aa5d0ce247 (patch) | |
tree | d50a02af57f07a2423d17a3afeed417cc392df01 /misc/Makefile | |
parent | 117e0610cd2257c4a46f8c9eedf2893eb0e636c2 (diff) | |
download | freebsd-ports-gnome-25a0b80a9e7b97c603eef781d20397aa5d0ce247.tar.gz freebsd-ports-gnome-25a0b80a9e7b97c603eef781d20397aa5d0ce247.tar.zst freebsd-ports-gnome-25a0b80a9e7b97c603eef781d20397aa5d0ce247.zip |
This is a rewrite of the popular tool unclutter, but using the x11-xfixes
extension. This means that this rewrite doesn't use fake windows or
pointer grabbing and hence causes less problems with window managers
and/or applications.
WWW: https://github.com/Airblader/unclutter-xfixes
PR: 210302
Submitted by: Oleg Gushchenkov <gor@clogic.com.ua>
Differential Revision: https://reviews.freebsd.org/D6785
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index b932823a6050..267a74b745e0 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -476,6 +476,7 @@ SUBDIR += uk-postcodes SUBDIR += umodunpack SUBDIR += unclutter + SUBDIR += unclutter-xfixes SUBDIR += upclient SUBDIR += us-zipcodes SUBDIR += usbids |