diff options
author | bapt <bapt@FreeBSD.org> | 2016-03-05 23:02:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-03-05 23:02:58 +0800 |
commit | e80ae4073a6b9cbd6af9559e3128605591db5a28 (patch) | |
tree | c966bbf79ddf5b558cdf8961f9d25cf7959646f9 /x11/Makefile | |
parent | f62a5da8acfd9b1a07a086487d0e9fa381fd1030 (diff) | |
download | freebsd-ports-gnome-e80ae4073a6b9cbd6af9559e3128605591db5a28.tar.gz freebsd-ports-gnome-e80ae4073a6b9cbd6af9559e3128605591db5a28.tar.zst freebsd-ports-gnome-e80ae4073a6b9cbd6af9559e3128605591db5a28.zip |
New xcbautolock. Minimalistic XCB base utility that monitors users activity for
a user defined period of time (granularity up to the second) and fires up a user
define program once the duration is reached without any activity.
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 4ba86ed2ee82..5fcca2680223 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -335,6 +335,7 @@ SUBDIR += xcb-util-keysyms SUBDIR += xcb-util-renderutil SUBDIR += xcb-util-wm + SUBDIR += xcbautolock SUBDIR += xclick SUBDIR += xclip SUBDIR += xclipboard |