diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-25 23:35:52 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-25 23:35:52 +0800 |
commit | 21a60b0eeac0ebc5d4f2ba6ac699055ef58d1151 (patch) | |
tree | b7b26f190f17f96e2fcbe0d6bbb041e77e9f5ac3 /x11/Makefile | |
parent | 3624f26534149cd21966b0b1472b077c3ac663dd (diff) | |
download | freebsd-ports-graphics-21a60b0eeac0ebc5d4f2ba6ac699055ef58d1151.tar.gz freebsd-ports-graphics-21a60b0eeac0ebc5d4f2ba6ac699055ef58d1151.tar.zst freebsd-ports-graphics-21a60b0eeac0ebc5d4f2ba6ac699055ef58d1151.zip |
Add thinglaunch.
Thinglaunch is a very fast launcher program for X.
You can bind it to a key in your favorite window manager, and when you want to
start a program, just type its name. thinglaunch has a tiny footprint and
depends only on Xlib.
WWW: http://unix.freshmeat.net/projects/thinglaunch/
PR: ports/83904
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
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 f975eba206d..31f075247b8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -172,6 +172,7 @@ SUBDIR += startup-notification SUBDIR += sxpc SUBDIR += temperature.app + SUBDIR += thinglaunch SUBDIR += tkgoodstuff SUBDIR += tycoon SUBDIR += vdesk |